#A46559

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

Shades of Au Chico #A46559

Tints of Au Chico #A46559

Color information

#A46559 (or 0xA46559) is unknown color: approx Au Chico. HEX triplet: A4, 65 and 59. RGB value is (164,101,89). Sum of RGB (Red+Green+Blue) = 164+101+89=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A46559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46559 is #5B9AA6. Grayscale: #767676. Windows color (decimal): -6003367 or 5858724. OLE color: 5858724.

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

Color convert

RGB16410189-
CMYK00.380.460.36
HSL9.6º29.64%49.61%-
HSV(B)9.6º45.73%64.31%-
XYZ21.7717.9211.76-
YUV118.47111.37160.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=46.33%
G=28.53%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641018900.380.460.369.629.6449.61
HexA465590262E24a1e32
Octal2441451310465644123662
Binary10100100110010110110010100110101110100100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46559; }

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

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

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

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

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

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

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

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