#A15E57

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

Shades of Au Chico #A15E57

Tints of Au Chico #A15E57

Color information

#A15E57 (or 0xA15E57) is unknown color: approx Au Chico. HEX triplet: A1, 5E and 57. RGB value is (161,94,87). Sum of RGB (Red+Green+Blue) = 161+94+87=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E57 is #5EA1A8. Grayscale: #717171. Windows color (decimal): -6201769 or 5725857. OLE color: 5725857.

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

Color convert

RGB1619487-
CMYK00.420.460.37
HSL5.68º29.84%48.63%-
HSV(B)5.68º45.96%63.14%-
XYZ20.4216.2711.08-
YUV113.24113.2162.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=47.08%
G=27.49%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161948700.420.460.375.6829.8448.63
HexA15E5702A2E2561e31
Octal241136127052564563661
Binary1010000110111101010111010101010111010010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E57; }

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

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

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

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

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

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

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

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