#A56858

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

Shades of Au Chico #A56858

Tints of Au Chico #A56858

Color information

#A56858 (or 0xA56858) is unknown color: approx Au Chico. HEX triplet: A5, 68 and 58. RGB value is (165,104,88). Sum of RGB (Red+Green+Blue) = 165+104+88=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A56858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56858 is #5A97A7. Grayscale: #787878. Windows color (decimal): -5937064 or 5793957. OLE color: 5793957.

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

Color convert

RGB16510488-
CMYK00.370.470.35
HSL12.47º30.43%49.61%-
HSV(B)12.47º46.67%64.71%-
XYZ22.2318.611.65-
YUV120.42109.71159.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=46.22%
G=29.13%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651048800.370.470.3512.4730.4349.61
HexA568580252F23c1e32
Octal2451501300455743143662
Binary10100101110100010110000100101101111100011110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56858; }

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

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

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

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

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

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

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

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