#ad5949

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

Shades of Crail #AD5949

Tints of Crail #AD5949

Color information

#AD5949 (or 0xAD5949) is unknown color: approx Crail. HEX triplet: AD, 59 and 49. RGB value is (173,89,73). Sum of RGB (Red+Green+Blue) = 173+89+73=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5949 is #52A6B6. Grayscale: #707070. Windows color (decimal): -5416631 or 4807085. OLE color: 4807085.

HSL color Cylindrical-coordinate representation of color #AD5949: hue angle of 9.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5949 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1738973-
CMYK00.490.580.32
HSL9.6º40.65%48.24%-
HSV(B)9.6º57.8%67.84%-
XYZ22.0116.518.33-
YUV112.29105.83171.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.64%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=51.64%
G=26.57%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173897300.490.580.329.640.6548.24
HexAD59490313A20a2930
Octal2551311110617240125160
Binary101011011011001100100101100011110101000001010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad5949; }

 p { color: rgb(173,89,73); }

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

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

 a { background-color: rgb(173,89,73); }

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

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

 span { border-color: rgb(173,89,73); }

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