Html Css Color HEX #AA080A Sangria

📋 copy color: '#AA080A'

red 170 ◦ green 8 ◦ blue 10

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

Shades of Sangria #AA080A

Tints of Sangria #AA080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.32%

R = 90.43%
G = 4.26%
B = 5.32%

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

#AA080A (or 0xAA080A) is known color: Sangria. HEX triplet: AA, 08 and 0A. RGB value is (170,8,10). Sum of RGB (Red+Green+Blue) = 170+8+10=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA080A is #55F7F5. Grayscale: #383838. Windows color (decimal): -5634038 or 657578. OLE color: 657578.

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

Color convert

RGB 170 8 10 -
CMYK 0 0.95 0.94 0.33
HSL 359.26º 0.91% 0.35% -
HSV(B) 359.26º 0.95% 0.67% -
XYZ 16.72 8.74 1.09 -
YUV 56.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 170 8 10 0 0.95 0.94 0.33 359.26 0.91 0.35
Hex AA 8 A 0 5F 5E 21 167 5B 23
Octal 252 10 12 0 137 136 41 547 133 43
Binary 10101010 1000 1010 0 1011111 1011110 100001 101100111 1011011 100011

Color Harmonies of #AA080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA080A

Black with #AA080A

Text Example


Text Example

White with #AA080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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