#A16057

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

Shades of Au Chico #A16057

Tints of Au Chico #A16057

Color information

#A16057 (or 0xA16057) is unknown color: approx Au Chico. HEX triplet: A1, 60 and 57. RGB value is (161,96,87). Sum of RGB (Red+Green+Blue) = 161+96+87=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A16057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16057 is #5E9FA8. Grayscale: #727272. Windows color (decimal): -6201257 or 5726369. OLE color: 5726369.

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

Color convert

RGB1619687-
CMYK00.400.460.37
HSL7.3º29.84%48.63%-
HSV(B)7.3º45.96%63.14%-
XYZ20.616.6311.14-
YUV114.41112.53161.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=46.80%
G=27.91%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161968700.400.460.377.329.8448.63
HexA160570282E2571e31
Octal241140127050564573661
Binary1010000111000001010111010100010111010010111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16057; }

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

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

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

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

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

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

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

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