#ad5846

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

Shades of Crail #AD5846

Tints of Crail #AD5846

Color information

#AD5846 (or 0xAD5846) is unknown color: approx Crail. HEX triplet: AD, 58 and 46. RGB value is (173,88,70). Sum of RGB (Red+Green+Blue) = 173+88+70=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5846 is #52A7B9. Grayscale: #6F6F6F. Windows color (decimal): -5416890 or 4610221. OLE color: 4610221.

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

Color convert

RGB1738870-
CMYK00.490.600.32
HSL10.49º42.39%47.65%-
HSV(B)10.49º59.54%67.84%-
XYZ21.8316.317.79-
YUV111.36104.66171.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=52.27%
G=26.59%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173887000.490.600.3210.4942.3947.65
HexAD58460313C20a2a30
Octal2551301060617440125260
Binary101011011011000100011001100011111001000001010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad5846; }

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

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

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

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

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

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

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

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