Html Css Color HEX #AA080E Sangria

📋 copy color: '#AA080E'

red 170 ◦ green 8 ◦ blue 14

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

Shades of Sangria #AA080E

Tints of Sangria #AA080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 88.54%
G = 4.17%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA080E (or 0xAA080E) is known color: Sangria. HEX triplet: AA, 08 and 0E. RGB value is (170,8,14). Sum of RGB (Red+Green+Blue) = 170+8+14=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA080E is #55F7F1. Grayscale: #393939. Windows color (decimal): -5634034 or 919722. OLE color: 919722.

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

Color convert

RGB 170 8 14 -
CMYK 0 0.95 0.92 0.33
HSL 357.78º 0.91% 0.35% -
HSV(B) 357.78º 0.95% 0.67% -
XYZ 16.74 8.75 1.22 -
YUV 57.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 170 8 14 0 0.95 0.92 0.33 357.78 0.91 0.35
Hex AA 8 E 0 5F 5C 21 166 5B 23
Octal 252 10 16 0 137 134 41 546 133 43
Binary 10101010 1000 1110 0 1011111 1011100 100001 101100110 1011011 100011

Color Harmonies of #AA080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA080E

Black with #AA080E

Text Example


Text Example

White with #AA080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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