Html Css Color HEX #AD9887 Sandrift

📋 copy color: '#AD9887'

red 173 ◦ green 152 ◦ blue 135

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

Shades of Sandrift #AD9887

Tints of Sandrift #AD9887

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

 BLUE value IS 135 (53.13% from 255) = 29.35%

R = 37.61%
G = 33.04%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD9887 (or 0xAD9887) is known color: Sandrift. HEX triplet: AD, 98 and 87. RGB value is (173,152,135). Sum of RGB (Red+Green+Blue) = 173+152+135=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9887 is #526778. Grayscale: #9C9C9C. Windows color (decimal): -5400441 or 8886445. OLE color: 8886445.

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

Color convert

RGB 173 152 135 -
CMYK 0 0.12 0.22 0.32
HSL 26.84º 0.19% 0.6% -
HSV(B) 26.84º 0.22% 0.68% -
XYZ 32.84 33.09 27.58 -
YUV 156.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 173 152 135 0 0.12 0.22 0.32 26.84 0.19 0.6
Hex AD 98 87 0 C 16 20 1B 13 3C
Octal 255 230 207 0 14 26 40 33 23 74
Binary 10101101 10011000 10000111 0 1100 10110 100000 11011 10011 111100

Color Harmonies of #AD9887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9887

Black with #AD9887

Text Example


Text Example

White with #AD9887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9887; }

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

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

background-color css

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

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

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

border-color css

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

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

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