#A05849

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

Shades of Crail #A05849

Tints of Crail #A05849

Color information

#A05849 (or 0xA05849) is unknown color: approx Crail. HEX triplet: A0, 58 and 49. RGB value is (160,88,73). Sum of RGB (Red+Green+Blue) = 160+88+73=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A05849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05849 is #5FA7B6. Grayscale: #6B6B6B. Windows color (decimal): -6268855 or 4806816. OLE color: 4806816.

HSL color Cylindrical-coordinate representation of color #A05849: hue angle of 10.34º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05849 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB1608873-
CMYK00.450.540.37
HSL10.34º37.34%45.69%-
HSV(B)10.34º54.37%62.75%-
XYZ19.1914.938.17-
YUV107.82108.35165.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=49.84%
G=27.41%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160887300.450.540.3710.3437.3445.69
HexA0584902D3625a252e
Octal2401301110556645124556
Binary101000001011000100100101011011101101001011010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05849; }

 p { color: rgb(160,88,73); }

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

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

 a { background-color: rgb(160,88,73); }

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

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

 span { border-color: rgb(160,88,73); }

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