#A16A5F

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

Shades of Au Chico #A16A5F

Tints of Au Chico #A16A5F

Color information

#A16A5F (or 0xA16A5F) is unknown color: approx Au Chico. HEX triplet: A1, 6A and 5F. RGB value is (161,106,95). Sum of RGB (Red+Green+Blue) = 161+106+95=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A5F is #5E95A0. Grayscale: #797979. Windows color (decimal): -6198689 or 6253217. OLE color: 6253217.

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

Color convert

RGB16110695-
CMYK00.340.410.37
HSL10º25.98%50.2%-
HSV(B)10º40.99%63.14%-
XYZ21.9218.7113.28-
YUV121.19113.22156.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=44.48%
G=29.28%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611069500.340.410.371025.9850.2
HexA16A5F0222925a1a32
Octal2411521370425145123262
Binary10100001110101010111110100010101001100101101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A5F; }

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

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

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

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

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

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

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

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