#A56B59

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

Shades of Au Chico #A56B59

Tints of Au Chico #A56B59

Color information

#A56B59 (or 0xA56B59) is unknown color: approx Au Chico. HEX triplet: A5, 6B and 59. RGB value is (165,107,89). Sum of RGB (Red+Green+Blue) = 165+107+89=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B59 is #5A94A6. Grayscale: #7A7A7A. Windows color (decimal): -5936295 or 5860261. OLE color: 5860261.

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

Color convert

RGB16510789-
CMYK00.350.460.35
HSL14.21º29.92%49.8%-
HSV(B)14.21º46.06%64.71%-
XYZ22.5819.2411.97-
YUV122.29109.22158.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=45.71%
G=29.64%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651078900.350.460.3514.2129.9249.8
HexA56B590232E23e1e32
Octal2451531310435643163662
Binary10100101110101110110010100011101110100011111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B59; }

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

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

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

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

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

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

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

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