#A05543

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

Shades of Crail #A05543

Tints of Crail #A05543

Color information

#A05543 (or 0xA05543) is unknown color: approx Crail. HEX triplet: A0, 55 and 43. RGB value is (160,85,67). Sum of RGB (Red+Green+Blue) = 160+85+67=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A05543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05543 is #5FAABC. Grayscale: #696969. Windows color (decimal): -6269629 or 4412832. OLE color: 4412832.

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

Color convert

RGB1608567-
CMYK00.470.580.37
HSL11.61º40.97%44.51%-
HSV(B)11.61º58.13%62.75%-
XYZ18.7614.387.1-
YUV105.37106.35166.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=51.28%
G=27.24%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160856700.470.580.3711.6140.9744.51
HexA0554302F3A25c292d
Octal2401251030577245145155
Binary101000001010101100001101011111110101001011100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05543; }

 p { color: rgb(160,85,67); }

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

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

 a { background-color: rgb(160,85,67); }

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

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

 span { border-color: rgb(160,85,67); }

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