#A95040

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

Shades of Crail #A95040

Tints of Crail #A95040

Color information

#A95040 (or 0xA95040) is unknown color: approx Crail. HEX triplet: A9, 50 and 40. RGB value is (169,80,64). Sum of RGB (Red+Green+Blue) = 169+80+64=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A95040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95040 is #56AFBF. Grayscale: #686868. Windows color (decimal): -5681088 or 4214953. OLE color: 4214953.

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

Color convert

RGB1698064-
CMYK00.530.620.34
HSL9.14º45.06%45.69%-
HSV(B)9.14º62.13%66.27%-
XYZ20.1614.546.6-
YUV104.79104.99173.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=53.99%
G=25.56%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169806400.530.620.349.1445.0645.69
HexA950400353E2292d2e
Octal2511201000657642115556
Binary101010011010000100000001101011111101000101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95040; }

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

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

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

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

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

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

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

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