#A05444

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

Shades of Crail #A05444

Tints of Crail #A05444

Color information

#A05444 (or 0xA05444) is unknown color: approx Crail. HEX triplet: A0, 54 and 44. RGB value is (160,84,68). Sum of RGB (Red+Green+Blue) = 160+84+68=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A05444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05444 is #5FABBB. Grayscale: #696969. Windows color (decimal): -6269884 or 4478112. OLE color: 4478112.

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

Color convert

RGB1608468-
CMYK00.480.570.37
HSL10.43º40.35%44.71%-
HSV(B)10.43º57.5%62.75%-
XYZ18.7114.237.23-
YUV104.9107.18167.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=51.28%
G=26.92%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160846800.480.570.3710.4340.3544.71
HexA054440303925a282d
Octal2401241040607145125055
Binary101000001010100100010001100001110011001011010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05444; }

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

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

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

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

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

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

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

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