Html Css Color HEX #AD9476 Sandrift

📋 copy color: '#AD9476'

red 173 ◦ green 148 ◦ blue 118

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

Shades of Sandrift #AD9476

Tints of Sandrift #AD9476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.71%

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 39.41%
G = 33.71%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9476 (or 0xAD9476) is known color: Sandrift. HEX triplet: AD, 94 and 76. RGB value is (173,148,118). Sum of RGB (Red+Green+Blue) = 173+148+118=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9476 is #526B89. Grayscale: #989898. Windows color (decimal): -5401482 or 7771309. OLE color: 7771309.

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

Color convert

RGB 173 148 118 -
CMYK 0 0.14 0.32 0.32
HSL 32.73º 0.25% 0.57% -
HSV(B) 32.73º 0.32% 0.68% -
XYZ 31.09 31.37 21.56 -
YUV 152.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 173 148 118 0 0.14 0.32 0.32 32.73 0.25 0.57
Hex AD 94 76 0 E 20 20 21 19 39
Octal 255 224 166 0 16 40 40 41 31 71
Binary 10101101 10010100 1110110 0 1110 100000 100000 100001 11001 111001

Color Harmonies of #AD9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9476

Black with #AD9476

Text Example


Text Example

White with #AD9476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9476; }

 p { color: rgb(173,148,118); }

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

background-color css

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

 a { background-color: rgb(173,148,118); }

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

border-color css

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

 span { border-color: rgb(173,148,118); }

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