Html Css Color HEX #AA070B Sangria

📋 copy color: '#AA070B'

red 170 ◦ green 7 ◦ blue 11

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

Shades of Sangria #AA070B

Tints of Sangria #AA070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.72%

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

R = 90.43%
G = 3.72%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA070B (or 0xAA070B) is known color: Sangria. HEX triplet: AA, 07 and 0B. RGB value is (170,7,11). Sum of RGB (Red+Green+Blue) = 170+7+11=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA070B is #55F8F4. Grayscale: #383838. Windows color (decimal): -5634293 or 722858. OLE color: 722858.

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

Color convert

RGB 170 7 11 -
CMYK 0 0.96 0.94 0.33
HSL 358.53º 0.92% 0.35% -
HSV(B) 358.53º 0.96% 0.67% -
XYZ 16.71 8.72 1.12 -
YUV 56.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 170 7 11 0 0.96 0.94 0.33 358.53 0.92 0.35
Hex AA 7 B 0 60 5E 21 167 5C 23
Octal 252 7 13 0 140 136 41 547 134 43
Binary 10101010 111 1011 0 1100000 1011110 100001 101100111 1011100 100011

Color Harmonies of #AA070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA070B

Black with #AA070B

Text Example


Text Example

White with #AA070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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