#A4513E

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

Shades of Crail #A4513E

Tints of Crail #A4513E

Color information

#A4513E (or 0xA4513E) is unknown color: approx Crail. HEX triplet: A4, 51 and 3E. RGB value is (164,81,62). Sum of RGB (Red+Green+Blue) = 164+81+62=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4513E is #5BAEC1. Grayscale: #676767. Windows color (decimal): -6008514 or 4084132. OLE color: 4084132.

HSL color Cylindrical-coordinate representation of color #A4513E: hue angle of 11.18º 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 #A4513E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1648162-
CMYK00.510.620.36
HSL11.18º45.13%44.31%-
HSV(B)11.18º62.2%64.31%-
XYZ19.1214.136.28-
YUV103.65104.5171.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.42%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=53.42%
G=26.38%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164816200.510.620.3611.1845.1344.31
HexA4513E0333E24b2d2c
Octal244121760637644135554
Binary10100100101000111111001100111111101001001011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4513E; }

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

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

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

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

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

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

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

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