#AA6059

Color #AA6059 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #AA6059

Tints of Au Chico #AA6059

Color information

#AA6059 (or 0xAA6059) is unknown color: approx 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

RGB1709689-
CMYK00.440.480.33
HSL5.19º32.27%50.78%-
HSV(B)5.19º47.65%66.67%-
XYZ22.5617.6311.67-
YUV117.33112.02165.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170968900.440.480.335.1932.2750.78
HexAA605902C302152033
Octal252140131054604154063
Binary10101010110000010110010101100110000100001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>