Html Css Color HEX #AD9376 Sandrift

📋 copy color: '#AD9376'

red 173 ◦ green 147 ◦ blue 118

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

Shades of Sandrift #AD9376

Tints of Sandrift #AD9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.56%

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

R = 39.5%
G = 33.56%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9376 (or 0xAD9376) is known color: Sandrift. HEX triplet: AD, 93 and 76. RGB value is (173,147,118). Sum of RGB (Red+Green+Blue) = 173+147+118=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9376 is #526C89. Grayscale: #979797. Windows color (decimal): -5401738 or 7771053. OLE color: 7771053.

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

Color convert

RGB 173 147 118 -
CMYK 0 0.15 0.32 0.32
HSL 31.64º 0.25% 0.57% -
HSV(B) 31.64º 0.32% 0.68% -
XYZ 30.94 31.06 21.5 -
YUV 151.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 173 147 118 0 0.15 0.32 0.32 31.64 0.25 0.57
Hex AD 93 76 0 F 20 20 20 19 39
Octal 255 223 166 0 17 40 40 40 31 71
Binary 10101101 10010011 1110110 0 1111 100000 100000 100000 11001 111001

Color Harmonies of #AD9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9376

Black with #AD9376

Text Example


Text Example

White with #AD9376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9376; }

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

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

background-color css

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

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

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

border-color css

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

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

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