Html Css Color HEX #AA0506 Sangria

📋 copy color: '#AA0506'

red 170 ◦ green 5 ◦ blue 6

#AA0506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #AA0506

Tints of Sangria #AA0506

RGB

 RED value IS 170 (66.8% from 255) = 93.92%

 GREEN value IS 5 (2.34% from 255) = 2.76%

 BLUE value IS 6 (2.73% from 255) = 3.31%

R = 93.92%
G = 2.76%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA0506 (or 0xAA0506) is known color: Sangria. HEX triplet: AA, 05 and 06. RGB value is (170,5,6). Sum of RGB (Red+Green+Blue) = 170+5+6=181 (23% of max value = 765). Red value is 170 (66.80% from 255 or 93.92% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0506 is #55FAF9. Grayscale: #363636. Windows color (decimal): -5634810 or 394666. OLE color: 394666.

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

Color convert

RGB 170 5 6 -
CMYK 0 0.97 0.96 0.33
HSL 359.64º 0.94% 0.34% -
HSV(B) 359.64º 0.97% 0.67% -
XYZ 16.66 8.67 0.97 -
YUV 54.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 170 5 6 0 0.97 0.96 0.33 359.64 0.94 0.34
Hex AA 5 6 0 61 60 21 168 5E 22
Octal 252 5 6 0 141 140 41 550 136 42
Binary 10101010 101 110 0 1100001 1100000 100001 101101000 1011110 100010

Color Harmonies of #AA0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0506

Black with #AA0506

Text Example


Text Example

White with #AA0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0506; }

 p { color: rgb(170,5,6); }

 H1.HeaderClassName
 {
   color: #AA0506;
 }
 .AnyTagClassName
 {
   color: #AA0506;
 }
</style>

background-color css

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

 a { background-color: rgb(170,5,6); }

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

border-color css

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

 span { border-color: rgb(170,5,6); }

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