#AD9077

Color #AD9077 Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #AD9077

Tints of Sandrift #AD9077

Color information

#AD9077 (or 0xAD9077) is unknown color: approx 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

RGB173144119-
CMYK00.170.310.32
HSL27.78º24.77%57.25%-
HSV(B)27.78º31.21%67.84%-
XYZ30.5430.1621.67-
YUV149.82110.61144.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314411900.170.310.3227.7824.7757.25
HexAD90770111F201c1939
Octal2552201670213740343171
Binary10101101100100001110111010001111111000001110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>