#A16657

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

Shades of Au Chico #A16657

Tints of Au Chico #A16657

Color information

#A16657 (or 0xA16657) is unknown color: approx Au Chico. HEX triplet: A1, 66 and 57. RGB value is (161,102,87). Sum of RGB (Red+Green+Blue) = 161+102+87=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A16657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16657 is #5E99A8. Grayscale: #767676. Windows color (decimal): -6199721 or 5727905. OLE color: 5727905.

HSL color Cylindrical-coordinate representation of color #A16657: hue angle of 12.16º 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 #A16657 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16110287-
CMYK00.370.460.37
HSL12.16º29.84%48.63%-
HSV(B)12.16º45.96%63.14%-
XYZ21.1717.7711.33-
YUV117.93110.55158.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=46%
G=29.14%
B=24.86%

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
Decimal1611028700.370.460.3712.1629.8448.63
HexA166570252E25c1e31
Octal2411461270455645143661
Binary10100001110011010101110100101101110100101110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16657; }

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

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

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

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

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

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

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

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