#A46459

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

Shades of Au Chico #A46459

Tints of Au Chico #A46459

Color information

#A46459 (or 0xA46459) is unknown color: approx Au Chico. HEX triplet: A4, 64 and 59. RGB value is (164,100,89). Sum of RGB (Red+Green+Blue) = 164+100+89=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A46459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46459 is #5B9BA6. Grayscale: #757575. Windows color (decimal): -6003623 or 5858468. OLE color: 5858468.

HSL color Cylindrical-coordinate representation of color #A46459: hue angle of 8.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46459 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16410089-
CMYK00.390.460.36
HSL8.8º29.64%49.61%-
HSV(B)8.8º45.73%64.31%-
XYZ21.6717.7311.73-
YUV117.88111.7160.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=46.46%
G=28.33%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641008900.390.460.368.829.6449.61
HexA464590272E2491e32
Octal2441441310475644113662
Binary10100100110010010110010100111101110100100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46459; }

 p { color: rgb(164,100,89); }

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

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

 a { background-color: rgb(164,100,89); }

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

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

 span { border-color: rgb(164,100,89); }

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