#A15240

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

Shades of Crail #A15240

Tints of Crail #A15240

Color information

#A15240 (or 0xA15240) is unknown color: approx Crail. HEX triplet: A1, 52 and 40. RGB value is (161,82,64). Sum of RGB (Red+Green+Blue) = 161+82+64=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A15240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15240 is #5EADBF. Grayscale: #676767. Windows color (decimal): -6204864 or 4215457. OLE color: 4215457.

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

Color convert

RGB1618264-
CMYK00.490.600.37
HSL11.13º43.11%44.12%-
HSV(B)11.13º60.25%63.14%-
XYZ18.6413.986.57-
YUV103.57105.67168.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=52.44%
G=26.71%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161826400.490.600.3711.1343.1144.12
HexA152400313C25b2b2c
Octal2411221000617445135354
Binary101000011010010100000001100011111001001011011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15240; }

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

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

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

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

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

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

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

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