#AD5944

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

Shades of Crail #AD5944

Tints of Crail #AD5944

Color information

#AD5944 (or 0xAD5944) is unknown color: approx Crail. HEX triplet: AD, 59 and 44. RGB value is (173,89,68). Sum of RGB (Red+Green+Blue) = 173+89+68=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5944 is #52A6BB. Grayscale: #6F6F6F. Windows color (decimal): -5416636 or 4479405. OLE color: 4479405.

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

Color convert

RGB1738968-
CMYK00.490.610.32
HSL12º43.57%47.25%-
HSV(B)12º60.69%67.84%-
XYZ21.8516.457.49-
YUV111.72103.33171.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 68 (26.95% from 255) = 20.61%
R=52.42%
G=26.97%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173896800.490.610.321243.5747.25
HexAD59440313D20c2c2f
Octal2551311040617540145457
Binary101011011011001100010001100011111011000001100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5944; }

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

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

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

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

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

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

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

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