#A05349

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

Shades of Crail #A05349

Tints of Crail #A05349

Color information

#A05349 (or 0xA05349) is unknown color: approx Crail. HEX triplet: A0, 53 and 49. RGB value is (160,83,73). Sum of RGB (Red+Green+Blue) = 160+83+73=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A05349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05349 is #5FACB6. Grayscale: #696969. Windows color (decimal): -6270135 or 4805536. OLE color: 4805536.

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

Color convert

RGB1608373-
CMYK00.480.540.37
HSL6.9º37.34%45.69%-
HSV(B)6.9º54.37%62.75%-
XYZ18.7914.148.04-
YUV104.88110.01167.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=50.63%
G=26.27%
B=23.10%

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
Decimal160837300.480.540.376.937.3445.69
HexA0534903036257252e
Octal240123111060664574556
Binary10100000101001110010010110000110110100101111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05349; }

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

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

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

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

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

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

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

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