#AA4149

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

Shades of Night Shadz #AA4149

Tints of Night Shadz #AA4149

Color information

#AA4149 (or 0xAA4149) is unknown color: approx Night Shadz. HEX triplet: AA, 41 and 49. RGB value is (170,65,73). Sum of RGB (Red+Green+Blue) = 170+65+73=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4149 is #55BEB6. Grayscale: #616161. Windows color (decimal): -5619383 or 4800938. OLE color: 4800938.

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

Color convert

RGB1706573-
CMYK00.620.570.33
HSL355.43º44.68%46.08%-
HSV(B)355.43º61.76%66.67%-
XYZ19.6712.817.74-
YUV97.31114.29179.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=55.19%
G=21.10%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170657300.620.570.33355.4344.6846.08
HexAA414903E39211632d2e
Octal25210111107671415435556
Binary10101010100000110010010111110111001100001101100011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4149; }

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

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

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

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

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

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

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

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