#AD8D76

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

Shades of Sandrift #AD8D76

Tints of Sandrift #AD8D76

Color information

#AD8D76 (or 0xAD8D76) is unknown color: approx Sandrift. HEX triplet: AD, 8D and 76. RGB value is (173,141,118). Sum of RGB (Red+Green+Blue) = 173+141+118=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D76 is #527289. Grayscale: #949494. Windows color (decimal): -5403274 or 7769517. OLE color: 7769517.

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

Color convert

RGB173141118-
CMYK00.180.320.32
HSL25.09º25.11%57.06%-
HSV(B)25.09º31.79%67.84%-
XYZ30.0329.2421.2-
YUV147.95111.1145.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=40.05%
G=32.64%
B=27.31%

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
Decimal17314111800.180.320.3225.0925.1157.06
HexAD8D760122020191939
Octal2552151660224040313171
Binary101011011000110111101100100101000001000001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D76; }

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

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

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

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

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

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

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

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