#AD5647

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

Shades of Crail #AD5647

Tints of Crail #AD5647

Color information

#AD5647 (or 0xAD5647) is unknown color: approx Crail. HEX triplet: AD, 56 and 47. RGB value is (173,86,71). Sum of RGB (Red+Green+Blue) = 173+86+71=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5647 is #52A9B8. Grayscale: #6E6E6E. Windows color (decimal): -5417401 or 4675245. OLE color: 4675245.

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

Color convert

RGB1738671-
CMYK00.500.590.32
HSL8.82º41.8%47.84%-
HSV(B)8.82º58.96%67.84%-
XYZ21.715.997.9-
YUV110.3105.82172.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=52.42%
G=26.06%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173867100.500.590.328.8241.847.84
HexAD56470323B2092a30
Octal2551261070627340115260
Binary101011011010110100011101100101110111000001001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5647; }

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

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

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

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

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

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

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

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