#A16152

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

Shades of Au Chico #A16152

Tints of Au Chico #A16152

Color information

#A16152 (or 0xA16152) is unknown color: approx Au Chico. HEX triplet: A1, 61 and 52. RGB value is (161,97,82). Sum of RGB (Red+Green+Blue) = 161+97+82=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A16152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16152 is #5E9EAD. Grayscale: #727272. Windows color (decimal): -6201006 or 5398945. OLE color: 5398945.

HSL color Cylindrical-coordinate representation of color #A16152: hue angle of 11.39º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16152 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1619782-
CMYK00.400.490.37
HSL11.39º32.51%47.65%-
HSV(B)11.39º49.07%63.14%-
XYZ20.516.7410.13-
YUV114.43109.7161.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=47.35%
G=28.53%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161978200.400.490.3711.3932.5147.65
HexA161520283125b2130
Octal2411411220506145134160
Binary101000011100001101001001010001100011001011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16152; }

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

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

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

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

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

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

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

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