#A2513E

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

Shades of Crail #A2513E

Tints of Crail #A2513E

Color information

#A2513E (or 0xA2513E) is unknown color: approx Crail. HEX triplet: A2, 51 and 3E. RGB value is (162,81,62). Sum of RGB (Red+Green+Blue) = 162+81+62=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2513E is #5DAEC1. Grayscale: #676767. Windows color (decimal): -6139586 or 4084130. OLE color: 4084130.

HSL color Cylindrical-coordinate representation of color #A2513E: hue angle of 11.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2513E is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1628162-
CMYK00.500.620.36
HSL11.4º44.64%43.92%-
HSV(B)11.4º61.73%63.53%-
XYZ18.7113.916.26-
YUV103.05104.84170.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.11%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=53.11%
G=26.56%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162816200.500.620.3611.444.6443.92
HexA2513E0323E24b2d2c
Octal242121760627644135554
Binary10100010101000111111001100101111101001001011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2513E; }

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

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

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

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

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

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

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

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