#A56659

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

Shades of Au Chico #A56659

Tints of Au Chico #A56659

Color information

#A56659 (or 0xA56659) is unknown color: approx Au Chico. HEX triplet: A5, 66 and 59. RGB value is (165,102,89). Sum of RGB (Red+Green+Blue) = 165+102+89=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A56659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56659 is #5A99A6. Grayscale: #777777. Windows color (decimal): -5937575 or 5858981. OLE color: 5858981.

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

Color convert

RGB16510289-
CMYK00.380.460.35
HSL10.26º29.92%49.8%-
HSV(B)10.26º46.06%64.71%-
XYZ22.0718.2211.81-
YUV119.36110.87160.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 89 (35.16% from 255) = 25%
R=46.35%
G=28.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651028900.380.460.3510.2629.9249.8
HexA566590262E23a1e32
Octal2451461310465643123662
Binary10100101110011010110010100110101110100011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56659; }

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

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

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

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

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

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

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

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