#A15E4B

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

Shades of Crail #A15E4B

Tints of Crail #A15E4B

Color information

#A15E4B (or 0xA15E4B) is unknown color: approx Crail. HEX triplet: A1, 5E and 4B. RGB value is (161,94,75). Sum of RGB (Red+Green+Blue) = 161+94+75=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E4B is #5EA1B4. Grayscale: #707070. Windows color (decimal): -6201781 or 4939425. OLE color: 4939425.

HSL color Cylindrical-coordinate representation of color #A15E4B: hue angle of 13.26º 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 #A15E4B is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1619475-
CMYK00.420.530.37
HSL13.26º36.44%46.27%-
HSV(B)13.26º53.42%63.14%-
XYZ19.9716.098.71-
YUV111.87107.2163.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=48.79%
G=28.48%
B=22.73%

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
Decimal161947500.420.530.3713.2636.4446.27
HexA15E4B02A3525d242e
Octal2411361130526545154456
Binary101000011011110100101101010101101011001011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E4B; }

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

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

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

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

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

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

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

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