#A56157

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

Shades of Au Chico #A56157

Tints of Au Chico #A56157

Color information

#A56157 (or 0xA56157) is unknown color: approx Au Chico. HEX triplet: A5, 61 and 57. RGB value is (165,97,87). Sum of RGB (Red+Green+Blue) = 165+97+87=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A56157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56157 is #5A9EA8. Grayscale: #747474. Windows color (decimal): -5938857 or 5726629. OLE color: 5726629.

HSL color Cylindrical-coordinate representation of color #A56157: hue angle of 7.69º 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 #A56157 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1659787-
CMYK00.410.470.35
HSL7.69º30.95%49.41%-
HSV(B)7.69º47.27%64.71%-
XYZ21.5117.2411.21-
YUV116.19111.53162.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=47.28%
G=27.79%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165978700.410.470.357.6930.9549.41
HexA561570292F2381f31
Octal2451411270515743103761
Binary10100101110000110101110101001101111100011100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56157; }

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

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

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

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

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

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

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

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