#AD9685

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

Shades of Sandrift #AD9685

Tints of Sandrift #AD9685

Color information

#AD9685 (or 0xAD9685) is unknown color: approx Sandrift. HEX triplet: AD, 96 and 85. RGB value is (173,150,133). Sum of RGB (Red+Green+Blue) = 173+150+133=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9685 is #52697A. Grayscale: #9B9B9B. Windows color (decimal): -5400955 or 8754861. OLE color: 8754861.

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

Color convert

RGB173150133-
CMYK00.130.230.32
HSL25.5º19.61%60%-
HSV(B)25.5º23.12%67.84%-
XYZ32.3732.3926.74-
YUV154.94115.62140.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=37.94%
G=32.89%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315013300.130.230.3225.519.6160
HexAD96850D17201a143c
Octal2552262050152740322474
Binary10101101100101101000010101101101111000001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9685; }

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

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

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

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

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

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

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

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