Html Css Color HEX #AA060C Sangria

📋 copy color: '#AA060C'

red 170 ◦ green 6 ◦ blue 12

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

Shades of Sangria #AA060C

Tints of Sangria #AA060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

 BLUE value IS 12 (5.08% from 255) = 6.38%

R = 90.43%
G = 3.19%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA060C (or 0xAA060C) is known color: Sangria. HEX triplet: AA, 06 and 0C. RGB value is (170,6,12). Sum of RGB (Red+Green+Blue) = 170+6+12=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA060C is #55F9F3. Grayscale: #373737. Windows color (decimal): -5634548 or 788138. OLE color: 788138.

HSL color Cylindrical-coordinate representation of color #AA060C: hue angle of 357.8º degrees, saturation: 0.93, 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 #AA060C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 12 -
CMYK 0 0.96 0.93 0.33
HSL 357.8º 0.93% 0.35% -
HSV(B) 357.8º 0.96% 0.67% -
XYZ 16.71 8.7 1.15 -
YUV 55.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 170 6 12 0 0.96 0.93 0.33 357.8 0.93 0.35
Hex AA 6 C 0 60 5D 21 166 5D 23
Octal 252 6 14 0 140 135 41 546 135 43
Binary 10101010 110 1100 0 1100000 1011101 100001 101100110 1011101 100011

Color Harmonies of #AA060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA060C

Black with #AA060C

Text Example


Text Example

White with #AA060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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