#AD937F

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

Shades of Sandrift #AD937F

Tints of Sandrift #AD937F

Color information

#AD937F (or 0xAD937F) is unknown color: approx Sandrift. HEX triplet: AD, 93 and 7F. RGB value is (173,147,127). Sum of RGB (Red+Green+Blue) = 173+147+127=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD937F is #526C80. Grayscale: #989898. Windows color (decimal): -5401729 or 8360877. OLE color: 8360877.

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

Color convert

RGB173147127-
CMYK00.150.270.32
HSL26.09º21.9%58.82%-
HSV(B)26.09º26.59%67.84%-
XYZ31.531.2824.46-
YUV152.49113.61142.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 127 (50% from 255) = 28.41%
R=38.70%
G=32.89%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314712700.150.270.3226.0921.958.82
HexAD937F0F1B201a163b
Octal2552231770173340322673
Binary1010110110010011111111101111110111000001101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD937F; }

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

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

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

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

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

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

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

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