#A56B5F

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

Shades of Au Chico #A56B5F

Tints of Au Chico #A56B5F

Color information

#A56B5F (or 0xA56B5F) is unknown color: approx Au Chico. HEX triplet: A5, 6B and 5F. RGB value is (165,107,95). Sum of RGB (Red+Green+Blue) = 165+107+95=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B5F is #5A94A0. Grayscale: #7B7B7B. Windows color (decimal): -5936289 or 6253477. OLE color: 6253477.

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

Color convert

RGB16510795-
CMYK00.350.420.35
HSL10.29º28%50.98%-
HSV(B)10.29º42.42%64.71%-
XYZ22.8419.3413.36-
YUV122.97112.22157.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=44.96%
G=29.16%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651079500.350.420.3510.292850.98
HexA56B5F0232A23a1c33
Octal2451531370435243123463
Binary10100101110101110111110100011101010100011101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B5F; }

 p { color: rgb(165,107,95); }

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

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

 a { background-color: rgb(165,107,95); }

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

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

 span { border-color: rgb(165,107,95); }

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