Html Css Color HEX #AD9076 Sandrift

📋 copy color: '#AD9076'

red 173 ◦ green 144 ◦ blue 118

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

Shades of Sandrift #AD9076

Tints of Sandrift #AD9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.1%

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

R = 39.77%
G = 33.1%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9076 (or 0xAD9076) is known color: Sandrift. HEX triplet: AD, 90 and 76. RGB value is (173,144,118). Sum of RGB (Red+Green+Blue) = 173+144+118=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9076 is #526F89. Grayscale: #959595. Windows color (decimal): -5402506 or 7770285. OLE color: 7770285.

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

Color convert

RGB 173 144 118 -
CMYK 0 0.17 0.32 0.32
HSL 28.36º 0.25% 0.57% -
HSV(B) 28.36º 0.32% 0.68% -
XYZ 30.48 30.14 21.35 -
YUV 149.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 173 144 118 0 0.17 0.32 0.32 28.36 0.25 0.57
Hex AD 90 76 0 11 20 20 1C 19 39
Octal 255 220 166 0 21 40 40 34 31 71
Binary 10101101 10010000 1110110 0 10001 100000 100000 11100 11001 111001

Color Harmonies of #AD9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9076

Black with #AD9076

Text Example


Text Example

White with #AD9076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9076; }

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

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

background-color css

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

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

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

border-color css

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

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

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