#AA000A

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

Shades of Sangria #AA000A

Tints of Sangria #AA000A

Color information

#AA000A (or 0xAA000A) is unknown color: approx Sangria. HEX triplet: AA, 00 and 0A. RGB value is (170,0,10). Sum of RGB (Red+Green+Blue) = 170+0+10=180 (23% of max value = 765). Red value is 170 (66.80% from 255 or 94.44% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 170 - color contains mainly: red. Hex color #AA000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA000A is #55FFF5. Grayscale: #343434. Windows color (decimal): -5636086 or 655530. OLE color: 655530.

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

Color convert

RGB170010-
CMYK010.940.33
HSL356.47º100%33.33%-
HSV(B)356.47º100%66.67%-
XYZ16.638.571.06-
YUV51.97104.32212.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 94.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=94.44%
G=0%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170010010.940.33356.4710033.33
HexAA0A0645E211646421
Octal25201201441364154414441
Binary10101010010100110010010111101000011011001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA000A; }

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

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

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

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

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

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

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

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