Html Css Color HEX #AD9681 Sandrift

📋 copy color: '#AD9681'

red 173 ◦ green 150 ◦ blue 129

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

Shades of Sandrift #AD9681

Tints of Sandrift #AD9681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.19%

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 38.27%
G = 33.19%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD9681 (or 0xAD9681) is known color: Sandrift. HEX triplet: AD, 96 and 81. RGB value is (173,150,129). Sum of RGB (Red+Green+Blue) = 173+150+129=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9681 is #52697E. Grayscale: #9A9A9A. Windows color (decimal): -5400959 or 8492717. OLE color: 8492717.

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

Color convert

RGB 173 150 129 -
CMYK 0 0.13 0.25 0.32
HSL 28.64º 0.21% 0.59% -
HSV(B) 28.64º 0.25% 0.68% -
XYZ 32.1 32.28 25.31 -
YUV 154.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 173 150 129 0 0.13 0.25 0.32 28.64 0.21 0.59
Hex AD 96 81 0 D 19 20 1D 15 3B
Octal 255 226 201 0 15 31 40 35 25 73
Binary 10101101 10010110 10000001 0 1101 11001 100000 11101 10101 111011

Color Harmonies of #AD9681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9681

Black with #AD9681

Text Example


Text Example

White with #AD9681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9681; }

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

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

background-color css

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

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

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

border-color css

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

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

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