#AD9683

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

Shades of Sandrift #AD9683

Tints of Sandrift #AD9683

Color information

#AD9683 (or 0xAD9683) is unknown color: approx Sandrift. HEX triplet: AD, 96 and 83. RGB value is (173,150,131). Sum of RGB (Red+Green+Blue) = 173+150+131=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9683 is #52697C. Grayscale: #9A9A9A. Windows color (decimal): -5400957 or 8623789. OLE color: 8623789.

HSL color Cylindrical-coordinate representation of color #AD9683: hue angle of 27.14º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9683 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB173150131-
CMYK00.130.240.32
HSL27.14º20.39%59.61%-
HSV(B)27.14º24.28%67.84%-
XYZ32.2432.3426.02-
YUV154.71114.62141.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 131 (51.56% from 255) = 28.85%
R=38.11%
G=33.04%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315013100.130.240.3227.1420.3959.61
HexAD96830D18201b143c
Octal2552262030153040332474
Binary10101101100101101000001101101110001000001101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9683; }

 p { color: rgb(173,150,131); }

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

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

 a { background-color: rgb(173,150,131); }

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

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

 span { border-color: rgb(173,150,131); }

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