#A15E53

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

Shades of Au Chico #A15E53

Tints of Au Chico #A15E53

Color information

#A15E53 (or 0xA15E53) is unknown color: approx Au Chico. HEX triplet: A1, 5E and 53. RGB value is (161,94,83). Sum of RGB (Red+Green+Blue) = 161+94+83=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E53 is #5EA1AC. Grayscale: #707070. Windows color (decimal): -6201773 or 5463713. OLE color: 5463713.

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

Color convert

RGB1619483-
CMYK00.420.480.37
HSL8.46º31.97%47.84%-
HSV(B)8.46º48.45%63.14%-
XYZ20.2616.2110.24-
YUV112.78111.2162.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=47.63%
G=27.81%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161948300.420.480.378.4631.9747.84
HexA15E5302A302582030
Octal2411361230526045104060
Binary101000011011110101001101010101100001001011000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E53; }

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

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

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

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

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

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

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

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