Html Css Color HEX #AD9884 Sandrift

📋 copy color: '#AD9884'

red 173 ◦ green 152 ◦ blue 132

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

Shades of Sandrift #AD9884

Tints of Sandrift #AD9884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.88%

R = 37.86%
G = 33.26%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD9884 (or 0xAD9884) is known color: Sandrift. HEX triplet: AD, 98 and 84. RGB value is (173,152,132). Sum of RGB (Red+Green+Blue) = 173+152+132=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9884 is #52677B. Grayscale: #9C9C9C. Windows color (decimal): -5400444 or 8689837. OLE color: 8689837.

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

Color convert

RGB 173 152 132 -
CMYK 0 0.12 0.24 0.32
HSL 29.27º 0.2% 0.6% -
HSV(B) 29.27º 0.24% 0.68% -
XYZ 32.63 33.01 26.48 -
YUV 156 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 173 152 132 0 0.12 0.24 0.32 29.27 0.2 0.6
Hex AD 98 84 0 C 18 20 1D 14 3C
Octal 255 230 204 0 14 30 40 35 24 74
Binary 10101101 10011000 10000100 0 1100 11000 100000 11101 10100 111100

Color Harmonies of #AD9884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9884

Black with #AD9884

Text Example


Text Example

White with #AD9884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9884; }

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

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

background-color css

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

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

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

border-color css

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

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

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