Html Css Color HEX #AA080B Sangria

📋 copy color: '#AA080B'

red 170 ◦ green 8 ◦ blue 11

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

Shades of Sangria #AA080B

Tints of Sangria #AA080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.23%

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 89.95%
G = 4.23%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA080B (or 0xAA080B) is known color: Sangria. HEX triplet: AA, 08 and 0B. RGB value is (170,8,11). Sum of RGB (Red+Green+Blue) = 170+8+11=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA080B is #55F7F4. Grayscale: #383838. Windows color (decimal): -5634037 or 723114. OLE color: 723114.

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

Color convert

RGB 170 8 11 -
CMYK 0 0.95 0.94 0.33
HSL 358.89º 0.91% 0.35% -
HSV(B) 358.89º 0.95% 0.67% -
XYZ 16.72 8.74 1.12 -
YUV 56.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 170 8 11 0 0.95 0.94 0.33 358.89 0.91 0.35
Hex AA 8 B 0 5F 5E 21 167 5B 23
Octal 252 10 13 0 137 136 41 547 133 43
Binary 10101010 1000 1011 0 1011111 1011110 100001 101100111 1011011 100011

Color Harmonies of #AA080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA080B

Black with #AA080B

Text Example


Text Example

White with #AA080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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