#A1513E

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

Shades of Crail #A1513E

Tints of Crail #A1513E

Color information

#A1513E (or 0xA1513E) is unknown color: approx Crail. HEX triplet: A1, 51 and 3E. RGB value is (161,81,62). Sum of RGB (Red+Green+Blue) = 161+81+62=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1513E is #5EAEC1. Grayscale: #666666. Windows color (decimal): -6205122 or 4084129. OLE color: 4084129.

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

Color convert

RGB1618162-
CMYK00.500.610.37
HSL11.52º44.39%43.73%-
HSV(B)11.52º61.49%63.14%-
XYZ18.5113.816.25-
YUV102.75105169.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=52.96%
G=26.64%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161816200.500.610.3711.5244.3943.73
HexA1513E0323D25c2c2c
Octal241121760627545145454
Binary10100001101000111111001100101111011001011100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1513E; }

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

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

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

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

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

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

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

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