#AD8F7F

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

Shades of Sandrift #AD8F7F

Tints of Sandrift #AD8F7F

Color information

#AD8F7F (or 0xAD8F7F) is unknown color: approx Sandrift. HEX triplet: AD, 8F and 7F. RGB value is (173,143,127). Sum of RGB (Red+Green+Blue) = 173+143+127=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F7F is #527080. Grayscale: #969696. Windows color (decimal): -5402753 or 8359853. OLE color: 8359853.

HSL color Cylindrical-coordinate representation of color #AD8F7F: hue angle of 20.87º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8F7F is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173143127-
CMYK00.170.270.32
HSL20.87º21.9%58.82%-
HSV(B)20.87º26.59%67.84%-
XYZ30.8930.0624.25-
YUV150.15114.94144.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 127 (50% from 255) = 28.67%
R=39.05%
G=32.28%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314312700.170.270.3220.8721.958.82
HexAD8F7F0111B2015163b
Octal2552171770213340252673
Binary10101101100011111111111010001110111000001010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F7F; }

 p { color: rgb(173,143,127); }

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

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

 a { background-color: rgb(173,143,127); }

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

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

 span { border-color: rgb(173,143,127); }

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