#A16552

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

Shades of Au Chico #A16552

Tints of Au Chico #A16552

Color information

#A16552 (or 0xA16552) is unknown color: approx Au Chico. HEX triplet: A1, 65 and 52. RGB value is (161,101,82). Sum of RGB (Red+Green+Blue) = 161+101+82=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A16552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16552 is #5E9AAD. Grayscale: #747474. Windows color (decimal): -6199982 or 5399969. OLE color: 5399969.

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

Color convert

RGB16110182-
CMYK00.370.490.37
HSL14.43º32.51%47.65%-
HSV(B)14.43º49.07%63.14%-
XYZ20.8717.4910.26-
YUV116.77108.38159.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=46.80%
G=29.36%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611018200.370.490.3714.4332.5147.65
HexA165520253125e2130
Octal2411451220456145164160
Binary101000011100101101001001001011100011001011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16552; }

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

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

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

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

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

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

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

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