#A05143

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

Shades of Crail #A05143

Tints of Crail #A05143

Color information

#A05143 (or 0xA05143) is unknown color: approx Crail. HEX triplet: A0, 51 and 43. RGB value is (160,81,67). Sum of RGB (Red+Green+Blue) = 160+81+67=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A05143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05143 is #5FAEBC. Grayscale: #676767. Windows color (decimal): -6270653 or 4411808. OLE color: 4411808.

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

Color convert

RGB1608167-
CMYK00.490.580.37
HSL9.03º40.97%44.51%-
HSV(B)9.03º58.13%62.75%-
XYZ18.4513.766.99-
YUV103.02107.67168.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=51.95%
G=26.30%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160816700.490.580.379.0340.9744.51
HexA051430313A259292d
Octal2401211030617245115155
Binary101000001010001100001101100011110101001011001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05143; }

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

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

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

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

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

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

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

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