#AA0008

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

Shades of Sangria #AA0008

Tints of Sangria #AA0008

Color information

#AA0008 (or 0xAA0008) is unknown color: approx Sangria. HEX triplet: AA, 00 and 08. RGB value is (170,0,8). Sum of RGB (Red+Green+Blue) = 170+0+8=178 (23% of max value = 765). Red value is 170 (66.80% from 255 or 95.51% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0008 is #55FFF7. Grayscale: #333333. Windows color (decimal): -5636088 or 524458. OLE color: 524458.

HSL color Cylindrical-coordinate representation of color #AA0008: hue angle of 357.18º 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 #AA0008 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB17008-
CMYK010.950.33
HSL357.18º100%33.33%-
HSV(B)357.18º100%66.67%-
XYZ16.628.561.01-
YUV51.74103.32212.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 95.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=95.51%
G=0%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17008010.950.33357.1810033.33
HexAA080645F211656421
Octal25201001441374154514441
Binary10101010010000110010010111111000011011001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0008; }

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

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

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

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

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

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

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

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