#A16956

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

Shades of Au Chico #A16956

Tints of Au Chico #A16956

Color information

#A16956 (or 0xA16956) is unknown color: approx Au Chico. HEX triplet: A1, 69 and 56. RGB value is (161,105,86). Sum of RGB (Red+Green+Blue) = 161+105+86=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A16956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16956 is #5E96A9. Grayscale: #777777. Windows color (decimal): -6198954 or 5663137. OLE color: 5663137.

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

Color convert

RGB16110586-
CMYK00.350.470.37
HSL15.2º30.36%48.43%-
HSV(B)15.2º46.58%63.14%-
XYZ21.4318.3511.22-
YUV119.58109.05157.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=45.74%
G=29.83%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611058600.350.470.3715.230.3648.43
HexA169560232F25f1e30
Octal2411511260435745173660
Binary10100001110100110101100100011101111100101111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16956; }

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

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

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

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

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

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

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

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