#A15E51

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

Shades of Au Chico #A15E51

Tints of Au Chico #A15E51

Color information

#A15E51 (or 0xA15E51) is unknown color: approx Au Chico. HEX triplet: A1, 5E and 51. RGB value is (161,94,81). Sum of RGB (Red+Green+Blue) = 161+94+81=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E51 is #5EA1AE. Grayscale: #707070. Windows color (decimal): -6201775 or 5332641. OLE color: 5332641.

HSL color Cylindrical-coordinate representation of color #A15E51: hue angle of 9.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15E51 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1619481-
CMYK00.420.500.37
HSL9.75º33.06%47.45%-
HSV(B)9.75º49.69%63.14%-
XYZ20.1916.189.84-
YUV112.55110.2162.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=47.92%
G=27.98%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161948100.420.500.379.7533.0647.45
HexA15E5102A3225a212f
Octal2411361210526245124157
Binary101000011011110101000101010101100101001011010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E51; }

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

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

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

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

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

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

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

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