Html Css Color HEX #AD9276 Sandrift

📋 copy color: '#AD9276'

red 173 ◦ green 146 ◦ blue 118

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

Shades of Sandrift #AD9276

Tints of Sandrift #AD9276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.41%

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

R = 39.59%
G = 33.41%
B = 27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9276 (or 0xAD9276) is known color: Sandrift. HEX triplet: AD, 92 and 76. RGB value is (173,146,118). Sum of RGB (Red+Green+Blue) = 173+146+118=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9276 is #526D89. Grayscale: #979797. Windows color (decimal): -5401994 or 7770797. OLE color: 7770797.

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

Color convert

RGB 173 146 118 -
CMYK 0 0.16 0.32 0.32
HSL 30.55º 0.25% 0.57% -
HSV(B) 30.55º 0.32% 0.68% -
XYZ 30.78 30.75 21.45 -
YUV 150.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 173 146 118 0 0.16 0.32 0.32 30.55 0.25 0.57
Hex AD 92 76 0 10 20 20 1F 19 39
Octal 255 222 166 0 20 40 40 37 31 71
Binary 10101101 10010010 1110110 0 10000 100000 100000 11111 11001 111001

Color Harmonies of #AD9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9276

Black with #AD9276

Text Example


Text Example

White with #AD9276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9276; }

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

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

background-color css

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

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

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

border-color css

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

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

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