#A56559

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

Shades of Au Chico #A56559

Tints of Au Chico #A56559

Color information

#A56559 (or 0xA56559) is unknown color: approx Au Chico. HEX triplet: A5, 65 and 59. RGB value is (165,101,89). Sum of RGB (Red+Green+Blue) = 165+101+89=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A56559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56559 is #5A9AA6. Grayscale: #767676. Windows color (decimal): -5937831 or 5858725. OLE color: 5858725.

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

Color convert

RGB16510189-
CMYK00.390.460.35
HSL9.47º29.92%49.8%-
HSV(B)9.47º46.06%64.71%-
XYZ21.9718.0311.77-
YUV118.77111.2160.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=46.48%
G=28.45%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651018900.390.460.359.4729.9249.8
HexA565590272E2391e32
Octal2451451310475643113662
Binary10100101110010110110010100111101110100011100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56559; }

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

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

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

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

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

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

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

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