#A16252

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

Shades of Au Chico #A16252

Tints of Au Chico #A16252

Color information

#A16252 (or 0xA16252) is unknown color: approx Au Chico. HEX triplet: A1, 62 and 52. RGB value is (161,98,82). Sum of RGB (Red+Green+Blue) = 161+98+82=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A16252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16252 is #5E9DAD. Grayscale: #737373. Windows color (decimal): -6200750 or 5399201. OLE color: 5399201.

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

Color convert

RGB1619882-
CMYK00.390.490.37
HSL12.15º32.51%47.65%-
HSV(B)12.15º49.07%63.14%-
XYZ20.5916.9210.16-
YUV115.01109.37160.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=47.21%
G=28.74%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161988200.390.490.3712.1532.5147.65
HexA162520273125c2130
Octal2411421220476145144160
Binary101000011100010101001001001111100011001011100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16252; }

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

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

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

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

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

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

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

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