#A16251

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

Shades of Au Chico #A16251

Tints of Au Chico #A16251

Color information

#A16251 (or 0xA16251) is unknown color: approx Au Chico. HEX triplet: A1, 62 and 51. RGB value is (161,98,81). Sum of RGB (Red+Green+Blue) = 161+98+81=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A16251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16251 is #5E9DAE. Grayscale: #737373. Windows color (decimal): -6200751 or 5333665. OLE color: 5333665.

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

Color convert

RGB1619881-
CMYK00.390.500.37
HSL12.75º33.06%47.45%-
HSV(B)12.75º49.69%63.14%-
XYZ20.5516.919.96-
YUV114.9108.87160.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=47.35%
G=28.82%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161988100.390.500.3712.7533.0647.45
HexA162510273225d212f
Octal2411421210476245154157
Binary101000011100010101000101001111100101001011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16251; }

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

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

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

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

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

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

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

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