#A56959

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

Shades of Au Chico #A56959

Tints of Au Chico #A56959

Color information

#A56959 (or 0xA56959) is unknown color: approx Au Chico. HEX triplet: A5, 69 and 59. RGB value is (165,105,89). Sum of RGB (Red+Green+Blue) = 165+105+89=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A56959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56959 is #5A96A6. Grayscale: #797979. Windows color (decimal): -5936807 or 5859749. OLE color: 5859749.

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

Color convert

RGB16510589-
CMYK00.360.460.35
HSL12.63º29.92%49.8%-
HSV(B)12.63º46.06%64.71%-
XYZ22.3718.8211.91-
YUV121.12109.88159.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=45.96%
G=29.25%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651058900.360.460.3512.6329.9249.8
HexA569590242E23d1e32
Octal2451511310445643153662
Binary10100101110100110110010100100101110100011110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56959; }

 p { color: rgb(165,105,89); }

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

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

 a { background-color: rgb(165,105,89); }

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

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

 span { border-color: rgb(165,105,89); }

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