Html Css Color HEX #AD9785 Sandrift

📋 copy color: '#AD9785'

red 173 ◦ green 151 ◦ blue 133

#AD9785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #AD9785

Tints of Sandrift #AD9785

RGB

 RED value IS 173 (67.97% from 255) = 37.86%

 GREEN value IS 151 (59.38% from 255) = 33.04%

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 37.86%
G = 33.04%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD9785 (or 0xAD9785) is known color: Sandrift. HEX triplet: AD, 97 and 85. RGB value is (173,151,133). Sum of RGB (Red+Green+Blue) = 173+151+133=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9785 is #52687A. Grayscale: #9B9B9B. Windows color (decimal): -5400699 or 8755117. OLE color: 8755117.

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

Color convert

RGB 173 151 133 -
CMYK 0 0.13 0.23 0.32
HSL 27º 0.2% 0.6% -
HSV(B) 27º 0.23% 0.68% -
XYZ 32.53 32.71 26.79 -
YUV 155.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 173 151 133 0 0.13 0.23 0.32 27 0.2 0.6
Hex AD 97 85 0 D 17 20 1B 14 3C
Octal 255 227 205 0 15 27 40 33 24 74
Binary 10101101 10010111 10000101 0 1101 10111 100000 11011 10100 111100

Color Harmonies of #AD9785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9785

Black with #AD9785

Text Example


Text Example

White with #AD9785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9785; }

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

 H1.HeaderClassName
 {
   color: #AD9785;
 }
 .AnyTagClassName
 {
   color: #AD9785;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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