#AD8A76

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

Shades of Sandrift #AD8A76

Tints of Sandrift #AD8A76

Color information

#AD8A76 (or 0xAD8A76) is unknown color: approx Sandrift. HEX triplet: AD, 8A and 76. RGB value is (173,138,118). Sum of RGB (Red+Green+Blue) = 173+138+118=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A76 is #527589. Grayscale: #929292. Windows color (decimal): -5404042 or 7768749. OLE color: 7768749.

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

Color convert

RGB173138118-
CMYK00.200.320.32
HSL21.82º25.11%57.06%-
HSV(B)21.82º31.79%67.84%-
XYZ29.5928.3721.06-
YUV146.18112.1147.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=40.33%
G=32.17%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313811800.200.320.3221.8225.1157.06
HexAD8A760142020161939
Octal2552121660244040263171
Binary101011011000101011101100101001000001000001011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A76; }

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

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

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

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

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

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

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

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