Html Css Color HEX #AD9077 Sandrift

📋 copy color: '#AD9077'

red 173 ◦ green 144 ◦ blue 119

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

Shades of Sandrift #AD9077

Tints of Sandrift #AD9077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.29%

R = 39.68%
G = 33.03%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD9077 (or 0xAD9077) is known color: Sandrift. HEX triplet: AD, 90 and 77. RGB value is (173,144,119). Sum of RGB (Red+Green+Blue) = 173+144+119=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9077 is #526F88. Grayscale: #959595. Windows color (decimal): -5402505 or 7835821. OLE color: 7835821.

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

Color convert

RGB 173 144 119 -
CMYK 0 0.17 0.31 0.32
HSL 27.78º 0.25% 0.57% -
HSV(B) 27.78º 0.31% 0.68% -
XYZ 30.54 30.16 21.67 -
YUV 149.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 173 144 119 0 0.17 0.31 0.32 27.78 0.25 0.57
Hex AD 90 77 0 11 1F 20 1C 19 39
Octal 255 220 167 0 21 37 40 34 31 71
Binary 10101101 10010000 1110111 0 10001 11111 100000 11100 11001 111001

Color Harmonies of #AD9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9077

Black with #AD9077

Text Example


Text Example

White with #AD9077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9077; }

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

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

background-color css

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

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

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

border-color css

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

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

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