#AA0809

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

Shades of Sangria #AA0809

Tints of Sangria #AA0809

Color information

#AA0809 (or 0xAA0809) is unknown color: approx Sangria. HEX triplet: AA, 08 and 09. RGB value is (170,8,9). Sum of RGB (Red+Green+Blue) = 170+8+9=187 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.91% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0809 is #55F7F6. Grayscale: #383838. Windows color (decimal): -5634039 or 592042. OLE color: 592042.

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

Color convert

RGB17089-
CMYK00.950.950.33
HSL359.63º91.01%34.9%-
HSV(B)359.63º95.29%66.67%-
XYZ16.718.741.06-
YUV56.55101.17208.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 90.91%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 9 (3.91% from 255) = 4.81%
R=90.91%
G=4.28%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708900.950.950.33359.6391.0134.9
HexAA8905F5F211685b23
Octal252101101371374155013343
Binary10101010100010010101111110111111000011011010001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0809; }

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

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

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

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

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

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

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

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