#A45141

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

Shades of Crail #A45141

Tints of Crail #A45141

Color information

#A45141 (or 0xA45141) is unknown color: approx Crail. HEX triplet: A4, 51 and 41. RGB value is (164,81,65). Sum of RGB (Red+Green+Blue) = 164+81+65=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A45141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45141 is #5BAEBE. Grayscale: #686868. Windows color (decimal): -6008511 or 4280740. OLE color: 4280740.

HSL color Cylindrical-coordinate representation of color #A45141: hue angle of 9.7º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45141 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1648165-
CMYK00.510.600.36
HSL9.7º43.23%44.9%-
HSV(B)9.7º60.37%64.31%-
XYZ19.2114.166.72-
YUV103.99106170.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=52.90%
G=26.13%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164816500.510.600.369.743.2344.9
HexA451410333C24a2b2d
Octal2441211010637444125355
Binary101001001010001100000101100111111001001001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45141; }

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

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

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

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

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

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

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

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