#A15E4C

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

Shades of Crail #A15E4C

Tints of Crail #A15E4C

Color information

#A15E4C (or 0xA15E4C) is unknown color: approx Crail. HEX triplet: A1, 5E and 4C. RGB value is (161,94,76). Sum of RGB (Red+Green+Blue) = 161+94+76=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E4C is #5EA1B3. Grayscale: #707070. Windows color (decimal): -6201780 or 5004961. OLE color: 5004961.

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

Color convert

RGB1619476-
CMYK00.420.530.37
HSL12.71º35.86%46.47%-
HSV(B)12.71º52.8%63.14%-
XYZ20.0116.18.89-
YUV111.98107.7162.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=48.64%
G=28.40%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161947600.420.530.3712.7135.8646.47
HexA15E4C02A3525d242e
Octal2411361140526545154456
Binary101000011011110100110001010101101011001011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E4C; }

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

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

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

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

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

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

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

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