#A05043

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

Shades of Crail #A05043

Tints of Crail #A05043

Color information

#A05043 (or 0xA05043) is unknown color: approx Crail. HEX triplet: A0, 50 and 43. RGB value is (160,80,67). Sum of RGB (Red+Green+Blue) = 160+80+67=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A05043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05043 is #5FAFBC. Grayscale: #666666. Windows color (decimal): -6270909 or 4411552. OLE color: 4411552.

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

Color convert

RGB1608067-
CMYK00.50.580.37
HSL8.39º40.97%44.51%-
HSV(B)8.39º58.13%62.75%-
XYZ18.3813.626.97-
YUV102.44108169.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=52.12%
G=26.06%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160806700.50.580.378.3940.9744.51
HexA050430323A258292d
Octal2401201030627245105155
Binary101000001010000100001101100101110101001011000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05043; }

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

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

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

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

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

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

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

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