#A16452

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

Shades of Au Chico #A16452

Tints of Au Chico #A16452

Color information

#A16452 (or 0xA16452) is unknown color: approx Au Chico. HEX triplet: A1, 64 and 52. RGB value is (161,100,82). Sum of RGB (Red+Green+Blue) = 161+100+82=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A16452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16452 is #5E9BAD. Grayscale: #747474. Windows color (decimal): -6200238 or 5399713. OLE color: 5399713.

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

Color convert

RGB16110082-
CMYK00.380.490.37
HSL13.67º32.51%47.65%-
HSV(B)13.67º49.07%63.14%-
XYZ20.7817.310.23-
YUV116.19108.71159.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=46.94%
G=29.15%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611008200.380.490.3713.6732.5147.65
HexA164520263125e2130
Octal2411441220466145164160
Binary101000011100100101001001001101100011001011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16452; }

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

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

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

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

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

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

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

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