#AD9787

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

Shades of Sandrift #AD9787

Tints of Sandrift #AD9787

Color information

#AD9787 (or 0xAD9787) is unknown color: approx Sandrift. HEX triplet: AD, 97 and 87. RGB value is (173,151,135). Sum of RGB (Red+Green+Blue) = 173+151+135=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9787 is #526878. Grayscale: #9B9B9B. Windows color (decimal): -5400697 or 8886189. OLE color: 8886189.

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

Color convert

RGB173151135-
CMYK00.130.220.32
HSL25.26º18.81%60.39%-
HSV(B)25.26º21.97%67.84%-
XYZ32.6732.7727.52-
YUV155.75116.29140.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 135 (53.12% from 255) = 29.41%
R=37.69%
G=32.90%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315113500.130.220.3225.2618.8160.39
HexAD97870D162019133c
Octal2552272070152640312374
Binary10101101100101111000011101101101101000001100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9787; }

 p { color: rgb(173,151,135); }

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

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

 a { background-color: rgb(173,151,135); }

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

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

 span { border-color: rgb(173,151,135); }

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