#A16B5C

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

Shades of Au Chico #A16B5C

Tints of Au Chico #A16B5C

Color information

#A16B5C (or 0xA16B5C) is unknown color: approx Au Chico. HEX triplet: A1, 6B and 5C. RGB value is (161,107,92). Sum of RGB (Red+Green+Blue) = 161+107+92=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B5C is #5E94A3. Grayscale: #797979. Windows color (decimal): -6198436 or 6056865. OLE color: 6056865.

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

Color convert

RGB16110792-
CMYK00.340.430.37
HSL13.04º27.27%49.61%-
HSV(B)13.04º42.86%63.14%-
XYZ21.8918.8712.61-
YUV121.44111.39156.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=44.72%
G=29.72%
B=25.56%

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
Decimal1611079200.340.430.3713.0427.2749.61
HexA16B5C0222B25d1b32
Octal2411531340425345153362
Binary10100001110101110111000100010101011100101110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B5C; }

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

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

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

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

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

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

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

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