#A05449

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

Shades of Crail #A05449

Tints of Crail #A05449

Color information

#A05449 (or 0xA05449) is unknown color: approx Crail. HEX triplet: A0, 54 and 49. RGB value is (160,84,73). Sum of RGB (Red+Green+Blue) = 160+84+73=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A05449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05449 is #5FABB6. Grayscale: #696969. Windows color (decimal): -6269879 or 4805792. OLE color: 4805792.

HSL color Cylindrical-coordinate representation of color #A05449: hue angle of 7.59º 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 #A05449 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB1608473-
CMYK00.480.540.37
HSL7.59º37.34%45.69%-
HSV(B)7.59º54.37%62.75%-
XYZ18.8714.38.07-
YUV105.47109.68166.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=50.47%
G=26.50%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160847300.480.540.377.5937.3445.69
HexA0544903036258252e
Octal2401241110606645104556
Binary101000001010100100100101100001101101001011000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05449; }

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

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

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

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

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

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

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

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