#A16151

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

Shades of Au Chico #A16151

Tints of Au Chico #A16151

Color information

#A16151 (or 0xA16151) is unknown color: approx Au Chico. HEX triplet: A1, 61 and 51. RGB value is (161,97,81). Sum of RGB (Red+Green+Blue) = 161+97+81=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A16151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16151 is #5E9EAE. Grayscale: #727272. Windows color (decimal): -6201007 or 5333409. OLE color: 5333409.

HSL color Cylindrical-coordinate representation of color #A16151: hue angle of 12º degrees, saturation: 0.33, 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 #A16151 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1619781-
CMYK00.400.500.37
HSL12º33.06%47.45%-
HSV(B)12º49.69%63.14%-
XYZ20.4616.729.93-
YUV114.31109.2161.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=47.49%
G=28.61%
B=23.89%

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
Decimal161978100.400.500.371233.0647.45
HexA161510283225c212f
Octal2411411210506245144157
Binary101000011100001101000101010001100101001011100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16151; }

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

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

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

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

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

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

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

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