#A46759

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

Shades of Au Chico #A46759

Tints of Au Chico #A46759

Color information

#A46759 (or 0xA46759) is unknown color: approx Au Chico. HEX triplet: A4, 67 and 59. RGB value is (164,103,89). Sum of RGB (Red+Green+Blue) = 164+103+89=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A46759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46759 is #5B98A6. Grayscale: #777777. Windows color (decimal): -6002855 or 5859236. OLE color: 5859236.

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

Color convert

RGB16410389-
CMYK00.370.460.36
HSL11.2º29.64%49.61%-
HSV(B)11.2º45.73%64.31%-
XYZ21.9618.3111.83-
YUV119.64110.71159.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 89 (35.16% from 255) = 25%
R=46.07%
G=28.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641038900.370.460.3611.229.6449.61
HexA467590252E24b1e32
Octal2441471310455644133662
Binary10100100110011110110010100101101110100100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46759; }

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

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

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

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

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

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

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

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