#AA0009

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

Shades of Sangria #AA0009

Tints of Sangria #AA0009

Color information

#AA0009 (or 0xAA0009) is unknown color: approx Sangria. HEX triplet: AA, 00 and 09. RGB value is (170,0,9). Sum of RGB (Red+Green+Blue) = 170+0+9=179 (23% of max value = 765). Red value is 170 (66.80% from 255 or 94.97% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0009 is #55FFF6. Grayscale: #333333. Windows color (decimal): -5636087 or 589994. OLE color: 589994.

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

Color convert

RGB17009-
CMYK010.950.33
HSL356.82º100%33.33%-
HSV(B)356.82º100%66.67%-
XYZ16.638.571.04-
YUV51.86103.82212.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 94.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 5.03%
R=94.97%
G=0%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17009010.950.33356.8210033.33
HexAA090645F211656421
Octal25201101441374154514441
Binary10101010010010110010010111111000011011001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0009; }

 p { color: rgb(170,0,9); }

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

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

 a { background-color: rgb(170,0,9); }

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

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

 span { border-color: rgb(170,0,9); }

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