#AD5646

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

Shades of Crail #AD5646

Tints of Crail #AD5646

Color information

#AD5646 (or 0xAD5646) is unknown color: approx Crail. HEX triplet: AD, 56 and 46. RGB value is (173,86,70). Sum of RGB (Red+Green+Blue) = 173+86+70=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5646 is #52A9B9. Grayscale: #6E6E6E. Windows color (decimal): -5417402 or 4609709. OLE color: 4609709.

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

Color convert

RGB1738670-
CMYK00.500.600.32
HSL9.32º42.39%47.65%-
HSV(B)9.32º59.54%67.84%-
XYZ21.6715.987.74-
YUV110.19105.32172.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=52.58%
G=26.14%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173867000.500.600.329.3242.3947.65
HexAD56460323C2092a30
Octal2551261060627440115260
Binary101011011010110100011001100101111001000001001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5646; }

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

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

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

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

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

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

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

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