#A15140

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

Shades of Crail #A15140

Tints of Crail #A15140

Color information

#A15140 (or 0xA15140) is unknown color: approx Crail. HEX triplet: A1, 51 and 40. RGB value is (161,81,64). Sum of RGB (Red+Green+Blue) = 161+81+64=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A15140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15140 is #5EAEBF. Grayscale: #676767. Windows color (decimal): -6205120 or 4215201. OLE color: 4215201.

HSL color Cylindrical-coordinate representation of color #A15140: hue angle of 10.52º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15140 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1618164-
CMYK00.500.600.37
HSL10.52º43.11%44.12%-
HSV(B)10.52º60.25%63.14%-
XYZ18.5713.836.54-
YUV102.98106169.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=52.61%
G=26.47%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161816400.500.600.3710.5243.1144.12
HexA151400323C25b2b2c
Octal2411211000627445135354
Binary101000011010001100000001100101111001001011011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15140; }

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

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

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

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

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

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

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

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