#AD5444

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

Shades of Crail #AD5444

Tints of Crail #AD5444

Color information

#AD5444 (or 0xAD5444) is unknown color: approx Crail. HEX triplet: AD, 54 and 44. RGB value is (173,84,68). Sum of RGB (Red+Green+Blue) = 173+84+68=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5444 is #52ABBB. Grayscale: #6C6C6C. Windows color (decimal): -5417916 or 4478125. OLE color: 4478125.

HSL color Cylindrical-coordinate representation of color #AD5444: hue angle of 9.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5444 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1738468-
CMYK00.510.610.32
HSL9.14º43.57%47.25%-
HSV(B)9.14º60.69%67.84%-
XYZ21.4515.647.36-
YUV108.79104.99173.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=53.23%
G=25.85%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173846800.510.610.329.1443.5747.25
HexAD54440333D2092c2f
Octal2551241040637540115457
Binary101011011010100100010001100111111011000001001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5444; }

 p { color: rgb(173,84,68); }

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

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

 a { background-color: rgb(173,84,68); }

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

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

 span { border-color: rgb(173,84,68); }

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