#AD8D75

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

Shades of Sandrift #AD8D75

Tints of Sandrift #AD8D75

Color information

#AD8D75 (or 0xAD8D75) is unknown color: approx Sandrift. HEX triplet: AD, 8D and 75. RGB value is (173,141,117). Sum of RGB (Red+Green+Blue) = 173+141+117=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D75 is #52728A. Grayscale: #939393. Windows color (decimal): -5403275 or 7703981. OLE color: 7703981.

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

Color convert

RGB173141117-
CMYK00.180.320.32
HSL25.71º25.45%56.86%-
HSV(B)25.71º32.37%67.84%-
XYZ29.9729.2220.89-
YUV147.83110.6145.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=40.14%
G=32.71%
B=27.15%

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
Decimal17314111700.180.320.3225.7125.4556.86
HexAD8D7501220201a1939
Octal2552151650224040323171
Binary101011011000110111101010100101000001000001101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D75; }

 p { color: rgb(173,141,117); }

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

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

 a { background-color: rgb(173,141,117); }

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

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

 span { border-color: rgb(173,141,117); }

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