#A56556

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

Shades of Au Chico #A56556

Tints of Au Chico #A56556

Color information

#A56556 (or 0xA56556) is unknown color: approx Au Chico. HEX triplet: A5, 65 and 56. RGB value is (165,101,86). Sum of RGB (Red+Green+Blue) = 165+101+86=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A56556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56556 is #5A9AA9. Grayscale: #767676. Windows color (decimal): -5937834 or 5662117. OLE color: 5662117.

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

Color convert

RGB16510186-
CMYK00.390.480.35
HSL11.39º31.47%49.22%-
HSV(B)11.39º47.88%64.71%-
XYZ21.8517.9811.12-
YUV118.43109.7161.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=46.88%
G=28.69%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651018600.390.480.3511.3931.4749.22
HexA565560273023b1f31
Octal2451451260476043133761
Binary10100101110010110101100100111110000100011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56556; }

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

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

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

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

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

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

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

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