#A56757

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

Shades of Au Chico #A56757

Tints of Au Chico #A56757

Color information

#A56757 (or 0xA56757) is unknown color: approx Au Chico. HEX triplet: A5, 67 and 57. RGB value is (165,103,87). Sum of RGB (Red+Green+Blue) = 165+103+87=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A56757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56757 is #5A98A8. Grayscale: #777777. Windows color (decimal): -5937321 or 5728165. OLE color: 5728165.

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

Color convert

RGB16510387-
CMYK00.380.470.35
HSL12.31º30.95%49.41%-
HSV(B)12.31º47.27%64.71%-
XYZ22.0918.3911.4-
YUV119.71109.54160.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=46.48%
G=29.01%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651038700.380.470.3512.3130.9549.41
HexA567570262F23c1f31
Octal2451471270465743143761
Binary10100101110011110101110100110101111100011110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56757; }

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

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

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

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

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

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

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

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