#aa5f57

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

Shades of Au Chico #AA5F57

Tints of Au Chico #AA5F57

Color information

#AA5F57 (or 0xAA5F57) is unknown color: approx Au Chico. HEX triplet: AA, 5F and 57. RGB value is (170,95,87). Sum of RGB (Red+Green+Blue) = 170+95+87=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F57 is #55A0A8. Grayscale: #747474. Windows color (decimal): -5611689 or 5726122. OLE color: 5726122.

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

Color convert

RGB1709587-
CMYK00.440.490.33
HSL5.78º32.81%50.39%-
HSV(B)5.78º48.82%66.67%-
XYZ22.3917.4211.2-
YUV116.51111.35166.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 87 (34.38% from 255) = 24.72%
R=48.30%
G=26.99%
B=24.72%

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
Decimal170958700.440.490.335.7832.8150.39
HexAA5F5702C312162132
Octal252137127054614164162
Binary10101010101111110101110101100110001100001110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5f57; }

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

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

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

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

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

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

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

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