#A15C56

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

Shades of Au Chico #A15C56

Tints of Au Chico #A15C56

Color information

#A15C56 (or 0xA15C56) is unknown color: approx Au Chico. HEX triplet: A1, 5C and 56. RGB value is (161,92,86). Sum of RGB (Red+Green+Blue) = 161+92+86=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C56 is #5EA3A9. Grayscale: #707070. Windows color (decimal): -6202282 or 5659809. OLE color: 5659809.

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

Color convert

RGB1619286-
CMYK00.430.470.37
HSL4.8º30.36%48.43%-
HSV(B)4.8º46.58%63.14%-
XYZ20.215.910.81-
YUV111.95113.36162.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=47.49%
G=27.14%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161928600.430.470.374.830.3648.43
HexA15C5602B2F2551e30
Octal241134126053574553660
Binary1010000110111001010110010101110111110010110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C56; }

 p { color: rgb(161,92,86); }

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

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

 a { background-color: rgb(161,92,86); }

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

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

 span { border-color: rgb(161,92,86); }

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