#A16656

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

Shades of Au Chico #A16656

Tints of Au Chico #A16656

Color information

#A16656 (or 0xA16656) is unknown color: approx Au Chico. HEX triplet: A1, 66 and 56. RGB value is (161,102,86). Sum of RGB (Red+Green+Blue) = 161+102+86=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A16656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16656 is #5E99A9. Grayscale: #757575. Windows color (decimal): -6199722 or 5662369. OLE color: 5662369.

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

Color convert

RGB16110286-
CMYK00.370.470.37
HSL12.8º30.36%48.43%-
HSV(B)12.8º46.58%63.14%-
XYZ21.1317.7511.12-
YUV117.82110.05158.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=46.13%
G=29.23%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611028600.370.470.3712.830.3648.43
HexA166560252F25d1e30
Octal2411461260455745153660
Binary10100001110011010101100100101101111100101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16656; }

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

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

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

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

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

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

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

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