#AA3249

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

Shades of Night Shadz #AA3249

Tints of Night Shadz #AA3249

Color information

#AA3249 (or 0xAA3249) is unknown color: approx Night Shadz. HEX triplet: AA, 32 and 49. RGB value is (170,50,73). Sum of RGB (Red+Green+Blue) = 170+50+73=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3249 is #55CDB6. Grayscale: #585858. Windows color (decimal): -5623223 or 4797098. OLE color: 4797098.

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

Color convert

RGB1705073-
CMYK00.710.570.33
HSL348.5º54.55%43.14%-
HSV(B)348.5º70.59%66.67%-
XYZ18.9211.317.49-
YUV88.5119.26186.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=58.02%
G=17.06%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170507300.710.570.33348.554.5543.14
HexAA3249047392115c372b
Octal25262111010771415346753
Binary10101010110010100100101000111111001100001101011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3249; }

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

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

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

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

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

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

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

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