#AD8E76

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

Shades of Sandrift #AD8E76

Tints of Sandrift #AD8E76

Color information

#AD8E76 (or 0xAD8E76) is unknown color: approx Sandrift. HEX triplet: AD, 8E and 76. RGB value is (173,142,118). Sum of RGB (Red+Green+Blue) = 173+142+118=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E76 is #527189. Grayscale: #949494. Windows color (decimal): -5403018 or 7769773. OLE color: 7769773.

HSL color Cylindrical-coordinate representation of color #AD8E76: hue angle of 26.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8E76 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB173142118-
CMYK00.180.320.32
HSL26.18º25.11%57.06%-
HSV(B)26.18º31.79%67.84%-
XYZ30.1829.5421.25-
YUV148.53110.77145.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=39.95%
G=32.79%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314211800.180.320.3226.1825.1157.06
HexAD8E7601220201a1939
Octal2552161660224040323171
Binary101011011000111011101100100101000001000001101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E76; }

 p { color: rgb(173,142,118); }

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

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

 a { background-color: rgb(173,142,118); }

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

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

 span { border-color: rgb(173,142,118); }

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