#AD937B

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

Shades of Sandrift #AD937B

Tints of Sandrift #AD937B

Color information

#AD937B (or 0xAD937B) is unknown color: approx Sandrift. HEX triplet: AD, 93 and 7B. RGB value is (173,147,123). Sum of RGB (Red+Green+Blue) = 173+147+123=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD937B is #526C84. Grayscale: #989898. Windows color (decimal): -5401733 or 8098733. OLE color: 8098733.

HSL color Cylindrical-coordinate representation of color #AD937B: hue angle of 28.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD937B is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB173147123-
CMYK00.150.290.32
HSL28.8º23.36%58.04%-
HSV(B)28.8º28.9%67.84%-
XYZ31.2431.1823.11-
YUV152.04111.61142.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=39.05%
G=33.18%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314712300.150.290.3228.823.3658.04
HexAD937B0F1D201d173a
Octal2552231730173540352772
Binary1010110110010011111101101111111011000001110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD937B; }

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

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

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

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

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

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

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

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