#AA6057

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

Shades of Au Chico #AA6057

Tints of Au Chico #AA6057

Color information

#AA6057 (or 0xAA6057) is unknown color: approx Au Chico. HEX triplet: AA, 60 and 57. RGB value is (170,96,87). Sum of RGB (Red+Green+Blue) = 170+96+87=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6057 is #559FA8. Grayscale: #757575. Windows color (decimal): -5611433 or 5726378. OLE color: 5726378.

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

Color convert

RGB1709687-
CMYK00.440.490.33
HSL6.51º32.81%50.39%-
HSV(B)6.51º48.82%66.67%-
XYZ22.4817.611.23-
YUV117.1111.02165.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=48.16%
G=27.20%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170968700.440.490.336.5132.8150.39
HexAA605702C312172132
Octal252140127054614174162
Binary10101010110000010101110101100110001100001111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6057; }

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

 H1.HeaderClassName
 {
   color: #AA6057;
 }
 .AnyTagClassName
 {
   color: #AA6057;
 }
</style>
background-color css

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

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

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

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

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

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