Html Css Color HEX #AD9685 Sandrift

📋 copy color: '#AD9685'

red 173 ◦ green 150 ◦ blue 133

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

Shades of Sandrift #AD9685

Tints of Sandrift #AD9685

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 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

#AD9685 (or 0xAD9685) is known color: 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

RGB 173 150 133 -
CMYK 0 0.13 0.23 0.32
HSL 25.5º 0.2% 0.6% -
HSV(B) 25.5º 0.23% 0.68% -
XYZ 32.37 32.39 26.74 -
YUV 154.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 173 150 133 0 0.13 0.23 0.32 25.5 0.2 0.6
Hex AD 96 85 0 D 17 20 1A 14 3C
Octal 255 226 205 0 15 27 40 32 24 74
Binary 10101101 10010110 10000101 0 1101 10111 100000 11010 10100 111100

Color Harmonies of #AD9685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9685

Black with #AD9685

Text Example


Text Example

White with #AD9685

Text Example


Text Example

HTML Codes & Css Web 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>