#A95140

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

Shades of Crail #A95140

Tints of Crail #A95140

Color information

#A95140 (or 0xA95140) is unknown color: approx Crail. HEX triplet: A9, 51 and 40. RGB value is (169,81,64). Sum of RGB (Red+Green+Blue) = 169+81+64=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A95140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95140 is #56AEBF. Grayscale: #696969. Windows color (decimal): -5680832 or 4215209. OLE color: 4215209.

HSL color Cylindrical-coordinate representation of color #A95140: hue angle of 9.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A95140 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB1698164-
CMYK00.520.620.34
HSL9.71º45.06%45.69%-
HSV(B)9.71º62.13%66.27%-
XYZ20.2314.696.62-
YUV105.37104.65173.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.82%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=53.82%
G=25.80%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169816400.520.620.349.7145.0645.69
HexA951400343E22a2d2e
Octal2511211000647642125556
Binary101010011010001100000001101001111101000101010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95140; }

 p { color: rgb(169,81,64); }

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

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

 a { background-color: rgb(169,81,64); }

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

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

 span { border-color: rgb(169,81,64); }

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