#AA4349

Color #AA4349 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #AA4349

Tints of Night Shadz #AA4349

Color information

#AA4349 (or 0xAA4349) is unknown color: approx Night Shadz. HEX triplet: AA, 43 and 49. RGB value is (170,67,73). Sum of RGB (Red+Green+Blue) = 170+67+73=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4349 is #55BCB6. Grayscale: #626262. Windows color (decimal): -5618871 or 4801450. OLE color: 4801450.

HSL color Cylindrical-coordinate representation of color #AA4349: hue angle of 356.5º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4349 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1706773-
CMYK00.610.570.33
HSL356.5º43.46%46.47%-
HSV(B)356.5º60.59%66.67%-
XYZ19.7913.047.78-
YUV98.48113.62179.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 67 (26.56% from 255) = 21.61%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=54.84%
G=21.61%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170677300.610.570.33356.543.4646.47
HexAA434903D39211652b2e
Octal25210311107571415455356
Binary10101010100001110010010111101111001100001101100101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4349; }

 p { color: rgb(170,67,73); }

 H1.HeaderClassName
 {
   color: #AA4349;
 }
 .AnyTagClassName
 {
   color: #AA4349;
 }
</style>
background-color css

<style>
 a { background-color: #AA4349; }

 a { background-color: rgb(170,67,73); }

 div.DivClassName
 {
   background-color: #AA4349;
 }
 .BgClassName
 {
   background-color: #AA4349;
 }
</style>
border-color css

<style>
 span { border-color: #AA4349; }

 span { border-color: rgb(170,67,73); }

 td.TdClassName
 {
   border-color: #AA4349;
 }
 .TagClassName
 {
   border-color: #AA4349;
 }
</style>