#A16556

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

Shades of Au Chico #A16556

Tints of Au Chico #A16556

Color information

#A16556 (or 0xA16556) is unknown color: approx Au Chico. HEX triplet: A1, 65 and 56. RGB value is (161,101,86). Sum of RGB (Red+Green+Blue) = 161+101+86=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A16556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16556 is #5E9AA9. Grayscale: #757575. Windows color (decimal): -6199978 or 5662113. OLE color: 5662113.

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

Color convert

RGB16110186-
CMYK00.370.470.37
HSL12º30.36%48.43%-
HSV(B)12º46.58%63.14%-
XYZ21.0317.5611.08-
YUV117.23110.38159.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=46.26%
G=29.02%
B=24.71%

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
Decimal1611018600.370.470.371230.3648.43
HexA165560252F25c1e30
Octal2411451260455745143660
Binary10100001110010110101100100101101111100101110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16556; }

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

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

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

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

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

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

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

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