#A46159

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

Shades of Au Chico #A46159

Tints of Au Chico #A46159

Color information

#A46159 (or 0xA46159) is unknown color: approx Au Chico. HEX triplet: A4, 61 and 59. RGB value is (164,97,89). Sum of RGB (Red+Green+Blue) = 164+97+89=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A46159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46159 is #5B9EA6. Grayscale: #747474. Windows color (decimal): -6004391 or 5857700. OLE color: 5857700.

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

Color convert

RGB1649789-
CMYK00.410.460.36
HSL6.4º29.64%49.61%-
HSV(B)6.4º45.73%64.31%-
XYZ21.3917.1611.64-
YUV116.12112.7162.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=46.86%
G=27.71%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164978900.410.460.366.429.6449.61
HexA461590292E2461e32
Octal244141131051564463662
Binary1010010011000011011001010100110111010010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46159; }

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

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

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

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

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

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

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

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