#AC5F57

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

Shades of Au Chico #AC5F57

Tints of Au Chico #AC5F57

Color information

#AC5F57 (or 0xAC5F57) is unknown color: approx Au Chico. HEX triplet: AC, 5F and 57. RGB value is (172,95,87). Sum of RGB (Red+Green+Blue) = 172+95+87=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5F57 is #53A0A8. Grayscale: #757575. Windows color (decimal): -5480617 or 5726124. OLE color: 5726124.

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

Color convert

RGB1729587-
CMYK00.450.490.33
HSL5.65º33.86%50.78%-
HSV(B)5.65º49.42%67.45%-
XYZ22.8317.6411.22-
YUV117.11111.01167.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 95 (37.5% from 255) = 26.84%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=48.59%
G=26.84%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172958700.450.490.335.6533.8650.78
HexAC5F5702D312162233
Octal254137127055614164263
Binary10101100101111110101110101101110001100001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F57; }

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

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

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

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

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

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

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

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