#A16555

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

Shades of Au Chico #A16555

Tints of Au Chico #A16555

Color information

#A16555 (or 0xA16555) is unknown color: approx Au Chico. HEX triplet: A1, 65 and 55. RGB value is (161,101,85). Sum of RGB (Red+Green+Blue) = 161+101+85=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A16555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16555 is #5E9AAA. Grayscale: #757575. Windows color (decimal): -6199979 or 5596577. OLE color: 5596577.

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

Color convert

RGB16110185-
CMYK00.370.470.37
HSL12.63º30.89%48.24%-
HSV(B)12.63º47.2%63.14%-
XYZ20.9917.5410.87-
YUV117.12109.88159.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=46.40%
G=29.11%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611018500.370.470.3712.6330.8948.24
HexA165550252F25d1f30
Octal2411451250455745153760
Binary10100001110010110101010100101101111100101110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16555; }

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

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

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

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

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

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

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

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