Html Css Color HEX #AA060D Sangria

📋 copy color: '#AA060D'

red 170 ◦ green 6 ◦ blue 13

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

Shades of Sangria #AA060D

Tints of Sangria #AA060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 89.95%
G = 3.17%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA060D (or 0xAA060D) is known color: Sangria. HEX triplet: AA, 06 and 0D. RGB value is (170,6,13). Sum of RGB (Red+Green+Blue) = 170+6+13=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA060D is #55F9F2. Grayscale: #373737. Windows color (decimal): -5634547 or 853674. OLE color: 853674.

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

Color convert

RGB 170 6 13 -
CMYK 0 0.96 0.92 0.33
HSL 357.44º 0.93% 0.35% -
HSV(B) 357.44º 0.96% 0.67% -
XYZ 16.72 8.71 1.18 -
YUV 55.83 103.83 209.43 -
System Red Green Blue C M Y K H S L
Decimal 170 6 13 0 0.96 0.92 0.33 357.44 0.93 0.35
Hex AA 6 D 0 60 5C 21 165 5D 23
Octal 252 6 15 0 140 134 41 545 135 43
Binary 10101010 110 1101 0 1100000 1011100 100001 101100101 1011101 100011

Color Harmonies of #AA060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA060D

Black with #AA060D

Text Example


Text Example

White with #AA060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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