#A56C5E

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

Shades of Au Chico #A56C5E

Tints of Au Chico #A56C5E

Color information

#A56C5E (or 0xA56C5E) is unknown color: approx Au Chico. HEX triplet: A5, 6C and 5E. RGB value is (165,108,94). Sum of RGB (Red+Green+Blue) = 165+108+94=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C5E is #5A93A1. Grayscale: #7B7B7B. Windows color (decimal): -5936034 or 6188197. OLE color: 6188197.

HSL color Cylindrical-coordinate representation of color #A56C5E: hue angle of 11.83º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56C5E is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16510894-
CMYK00.350.430.35
HSL11.83º28.29%50.78%-
HSV(B)11.83º43.03%64.71%-
XYZ22.919.5313.15-
YUV123.45111.38157.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=44.96%
G=29.43%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651089400.350.430.3511.8328.2950.78
HexA56C5E0232B23c1c33
Octal2451541360435343143463
Binary10100101110110010111100100011101011100011110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C5E; }

 p { color: rgb(165,108,94); }

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

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

 a { background-color: rgb(165,108,94); }

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

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

 span { border-color: rgb(165,108,94); }

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