#A05E57

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

Shades of Au Chico #A05E57

Tints of Au Chico #A05E57

Color information

#A05E57 (or 0xA05E57) is unknown color: approx Au Chico. HEX triplet: A0, 5E and 57. RGB value is (160,94,87). Sum of RGB (Red+Green+Blue) = 160+94+87=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E57 is #5FA1A8. Grayscale: #717171. Windows color (decimal): -6267305 or 5725856. OLE color: 5725856.

HSL color Cylindrical-coordinate representation of color #A05E57: hue angle of 5.75º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05E57 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB1609487-
CMYK00.410.460.37
HSL5.75º29.55%48.43%-
HSV(B)5.75º45.63%62.75%-
XYZ20.2216.1711.07-
YUV112.94113.37161.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=46.92%
G=27.57%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160948700.410.460.375.7529.5548.43
HexA05E570292E2561e30
Octal240136127051564563660
Binary1010000010111101010111010100110111010010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E57; }

 p { color: rgb(160,94,87); }

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

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

 a { background-color: rgb(160,94,87); }

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

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

 span { border-color: rgb(160,94,87); }

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