#A05040

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

Shades of Crail #A05040

Tints of Crail #A05040

Color information

#A05040 (or 0xA05040) is unknown color: approx Crail. HEX triplet: A0, 50 and 40. RGB value is (160,80,64). Sum of RGB (Red+Green+Blue) = 160+80+64=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A05040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05040 is #5FAFBF. Grayscale: #666666. Windows color (decimal): -6270912 or 4214944. OLE color: 4214944.

HSL color Cylindrical-coordinate representation of color #A05040: hue angle of 10º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05040 is Cyan = 0, Magento = 0.5, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1608064-
CMYK00.50.60.37
HSL10º42.86%43.92%-
HSV(B)10º60%62.75%-
XYZ18.2913.586.51-
YUV102.1106.5169.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=52.63%
G=26.32%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160806400.50.60.371042.8643.92
HexA050400323C25a2b2c
Octal2401201000627445125354
Binary101000001010000100000001100101111001001011010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05040; }

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

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

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

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

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

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

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

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