#A16150

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

Shades of Au Chico #A16150

Tints of Au Chico #A16150

Color information

#A16150 (or 0xA16150) is unknown color: approx Au Chico. HEX triplet: A1, 61 and 50. RGB value is (161,97,80). Sum of RGB (Red+Green+Blue) = 161+97+80=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A16150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16150 is #5E9EAF. Grayscale: #727272. Windows color (decimal): -6201008 or 5267873. OLE color: 5267873.

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

Color convert

RGB1619780-
CMYK00.400.500.37
HSL12.59º33.61%47.25%-
HSV(B)12.59º50.31%63.14%-
XYZ20.4216.719.74-
YUV114.2108.7161.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=47.63%
G=28.70%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161978000.400.500.3712.5933.6147.25
HexA161500283225d222f
Octal2411411200506245154257
Binary101000011100001101000001010001100101001011101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16150; }

 p { color: rgb(161,97,80); }

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

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

 a { background-color: rgb(161,97,80); }

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

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

 span { border-color: rgb(161,97,80); }

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