#A16454

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

Shades of Au Chico #A16454

Tints of Au Chico #A16454

Color information

#A16454 (or 0xA16454) is unknown color: approx Au Chico. HEX triplet: A1, 64 and 54. RGB value is (161,100,84). Sum of RGB (Red+Green+Blue) = 161+100+84=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A16454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16454 is #5E9BAB. Grayscale: #747474. Windows color (decimal): -6200236 or 5530785. OLE color: 5530785.

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

Color convert

RGB16110084-
CMYK00.380.480.37
HSL12.47º31.43%48.04%-
HSV(B)12.47º47.83%63.14%-
XYZ20.8617.3310.63-
YUV116.42109.71159.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=46.67%
G=28.99%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611008400.380.480.3712.4731.4348.04
HexA164540263025c1f30
Octal2411441240466045143760
Binary10100001110010010101000100110110000100101110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16454; }

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

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

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

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

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

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

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

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