#A56C5B

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

Shades of Au Chico #A56C5B

Tints of Au Chico #A56C5B

Color information

#A56C5B (or 0xA56C5B) is unknown color: approx Au Chico. HEX triplet: A5, 6C and 5B. RGB value is (165,108,91). Sum of RGB (Red+Green+Blue) = 165+108+91=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C5B is #5A93A4. Grayscale: #7B7B7B. Windows color (decimal): -5936037 or 5991589. OLE color: 5991589.

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

Color convert

RGB16510891-
CMYK00.350.450.35
HSL13.78º29.13%50.2%-
HSV(B)13.78º44.85%64.71%-
XYZ22.7719.4812.46-
YUV123.1109.88157.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 91 (35.94% from 255) = 25%
R=45.33%
G=29.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651089100.350.450.3513.7829.1350.2
HexA56C5B0232D23e1d32
Octal2451541330435543163562
Binary10100101110110010110110100011101101100011111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C5B; }

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

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

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

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

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

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

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

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