Html Css Color HEX #AA6059 Au Chico

📋 copy color: '#AA6059'

red 170 ◦ green 96 ◦ blue 89

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

Shades of Au Chico #AA6059

Tints of Au Chico #AA6059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 47.89%
G = 27.04%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA6059 (or 0xAA6059) is known color: Au Chico. HEX triplet: AA, 60 and 59. RGB value is (170,96,89). Sum of RGB (Red+Green+Blue) = 170+96+89=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6059 is #559FA6. Grayscale: #757575. Windows color (decimal): -5611431 or 5857450. OLE color: 5857450.

HSL color Cylindrical-coordinate representation of color #AA6059: hue angle of 5.19º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6059 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 89 -
CMYK 0 0.44 0.48 0.33
HSL 5.19º 0.32% 0.51% -
HSV(B) 5.19º 0.48% 0.67% -
XYZ 22.56 17.63 11.67 -
YUV 117.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 170 96 89 0 0.44 0.48 0.33 5.19 0.32 0.51
Hex AA 60 59 0 2C 30 21 5 20 33
Octal 252 140 131 0 54 60 41 5 40 63
Binary 10101010 1100000 1011001 0 101100 110000 100001 101 100000 110011

Color Harmonies of #AA6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6059

Black with #AA6059

Text Example


Text Example

White with #AA6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6059; }

 p { color: rgb(170,96,89); }

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

background-color css

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

 a { background-color: rgb(170,96,89); }

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

border-color css

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

 span { border-color: rgb(170,96,89); }

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