#AD937E

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

Shades of Sandrift #AD937E

Tints of Sandrift #AD937E

Color information

#AD937E (or 0xAD937E) is unknown color: approx Sandrift. HEX triplet: AD, 93 and 7E. RGB value is (173,147,126). Sum of RGB (Red+Green+Blue) = 173+147+126=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD937E is #526C81. Grayscale: #989898. Windows color (decimal): -5401730 or 8295341. OLE color: 8295341.

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

Color convert

RGB173147126-
CMYK00.150.270.32
HSL26.81º22.27%58.63%-
HSV(B)26.81º27.17%67.84%-
XYZ31.4331.2624.12-
YUV152.38113.11142.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=38.79%
G=32.96%
B=28.25%

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
Decimal17314712600.150.270.3226.8122.2758.63
HexAD937E0F1B201b163b
Octal2552231760173340332673
Binary1010110110010011111111001111110111000001101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD937E; }

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

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

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

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

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

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

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

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