#A56557

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

Shades of Au Chico #A56557

Tints of Au Chico #A56557

Color information

#A56557 (or 0xA56557) is unknown color: approx Au Chico. HEX triplet: A5, 65 and 57. RGB value is (165,101,87). Sum of RGB (Red+Green+Blue) = 165+101+87=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A56557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56557 is #5A9AA8. Grayscale: #767676. Windows color (decimal): -5937833 or 5727653. OLE color: 5727653.

HSL color Cylindrical-coordinate representation of color #A56557: hue angle of 10.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56557 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16510187-
CMYK00.390.470.35
HSL10.77º30.95%49.41%-
HSV(B)10.77º47.27%64.71%-
XYZ21.8917.9911.34-
YUV118.54110.2161.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=46.74%
G=28.61%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651018700.390.470.3510.7730.9549.41
HexA565570272F23b1f31
Octal2451451270475743133761
Binary10100101110010110101110100111101111100011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56557; }

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

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

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

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

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

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

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

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