#A46359

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

Shades of Au Chico #A46359

Tints of Au Chico #A46359

Color information

#A46359 (or 0xA46359) is unknown color: approx Au Chico. HEX triplet: A4, 63 and 59. RGB value is (164,99,89). Sum of RGB (Red+Green+Blue) = 164+99+89=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A46359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46359 is #5B9CA6. Grayscale: #757575. Windows color (decimal): -6003879 or 5858212. OLE color: 5858212.

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

Color convert

RGB1649989-
CMYK00.400.460.36
HSL29.64%49.61%-
HSV(B)45.73%64.31%-
XYZ21.5717.5411.7-
YUV117.3112.03161.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 89 (35.16% from 255) = 25.28%
R=46.59%
G=28.12%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164998900.400.460.36829.6449.61
HexA463590282E2481e32
Octal2441431310505644103662
Binary10100100110001110110010101000101110100100100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46359; }

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

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

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

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

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

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

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

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