#AD5644

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

Shades of Crail #AD5644

Tints of Crail #AD5644

Color information

#AD5644 (or 0xAD5644) is unknown color: approx Crail. HEX triplet: AD, 56 and 44. RGB value is (173,86,68). Sum of RGB (Red+Green+Blue) = 173+86+68=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5644 is #52A9BB. Grayscale: #6E6E6E. Windows color (decimal): -5417404 or 4478637. OLE color: 4478637.

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

Color convert

RGB1738668-
CMYK00.500.610.32
HSL10.29º43.57%47.25%-
HSV(B)10.29º60.69%67.84%-
XYZ21.615.967.41-
YUV109.96104.32172.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=52.91%
G=26.30%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173866800.500.610.3210.2943.5747.25
HexAD56440323D20a2c2f
Octal2551261040627540125457
Binary101011011010110100010001100101111011000001010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5644; }

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

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

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

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

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

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

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

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