#A56758

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

Shades of Au Chico #A56758

Tints of Au Chico #A56758

Color information

#A56758 (or 0xA56758) is unknown color: approx Au Chico. HEX triplet: A5, 67 and 58. RGB value is (165,103,88). Sum of RGB (Red+Green+Blue) = 165+103+88=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A56758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56758 is #5A98A7. Grayscale: #777777. Windows color (decimal): -5937320 or 5793701. OLE color: 5793701.

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

Color convert

RGB16510388-
CMYK00.380.470.35
HSL11.69º30.43%49.61%-
HSV(B)11.69º46.67%64.71%-
XYZ22.1318.411.62-
YUV119.83110.04160.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=46.35%
G=28.93%
B=24.72%

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
Decimal1651038800.380.470.3511.6930.4349.61
HexA567580262F23c1e32
Octal2451471300465743143662
Binary10100101110011110110000100110101111100011110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56758; }

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

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

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

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

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

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

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

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