#A16A5C

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

Shades of Au Chico #A16A5C

Tints of Au Chico #A16A5C

Color information

#A16A5C (or 0xA16A5C) is unknown color: approx Au Chico. HEX triplet: A1, 6A and 5C. RGB value is (161,106,92). Sum of RGB (Red+Green+Blue) = 161+106+92=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A5C is #5E95A3. Grayscale: #787878. Windows color (decimal): -6198692 or 6056609. OLE color: 6056609.

HSL color Cylindrical-coordinate representation of color #A16A5C: hue angle of 12.17º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16A5C is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16110692-
CMYK00.340.430.37
HSL12.17º27.27%49.61%-
HSV(B)12.17º42.86%63.14%-
XYZ21.7818.6612.58-
YUV120.85111.72156.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=44.85%
G=29.53%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611069200.340.430.3712.1727.2749.61
HexA16A5C0222B25c1b32
Octal2411521340425345143362
Binary10100001110101010111000100010101011100101110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A5C; }

 p { color: rgb(161,106,92); }

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

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

 a { background-color: rgb(161,106,92); }

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

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

 span { border-color: rgb(161,106,92); }

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