#A16557

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

Shades of Au Chico #A16557

Tints of Au Chico #A16557

Color information

#A16557 (or 0xA16557) is unknown color: approx Au Chico. HEX triplet: A1, 65 and 57. RGB value is (161,101,87). Sum of RGB (Red+Green+Blue) = 161+101+87=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A16557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16557 is #5E9AA8. Grayscale: #757575. Windows color (decimal): -6199977 or 5727649. OLE color: 5727649.

HSL color Cylindrical-coordinate representation of color #A16557: hue angle of 11.35º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16557 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16110187-
CMYK00.370.460.37
HSL11.35º29.84%48.63%-
HSV(B)11.35º45.96%63.14%-
XYZ21.0717.5711.3-
YUV117.34110.88159.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=46.13%
G=28.94%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611018700.370.460.3711.3529.8448.63
HexA165570252E25b1e31
Octal2411451270455645133661
Binary10100001110010110101110100101101110100101101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16557; }

 p { color: rgb(161,101,87); }

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

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

 a { background-color: rgb(161,101,87); }

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

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

 span { border-color: rgb(161,101,87); }

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