#A95240

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

Shades of Crail #A95240

Tints of Crail #A95240

Color information

#A95240 (or 0xA95240) is unknown color: approx Crail. HEX triplet: A9, 52 and 40. RGB value is (169,82,64). Sum of RGB (Red+Green+Blue) = 169+82+64=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A95240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95240 is #56ADBF. Grayscale: #6A6A6A. Windows color (decimal): -5680576 or 4215465. OLE color: 4215465.

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

Color convert

RGB1698264-
CMYK00.510.620.34
HSL10.29º45.06%45.69%-
HSV(B)10.29º62.13%66.27%-
XYZ20.314.846.64-
YUV105.96104.32172.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.65%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=53.65%
G=26.03%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169826400.510.620.3410.2945.0645.69
HexA952400333E22a2d2e
Octal2511221000637642125556
Binary101010011010010100000001100111111101000101010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95240; }

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

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

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

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

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

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

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

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