#AD8977

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

Shades of Sandrift #AD8977

Tints of Sandrift #AD8977

Color information

#AD8977 (or 0xAD8977) is unknown color: approx Sandrift. HEX triplet: AD, 89 and 77. RGB value is (173,137,119). Sum of RGB (Red+Green+Blue) = 173+137+119=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8977 is #527688. Grayscale: #919191. Windows color (decimal): -5404297 or 7834029. OLE color: 7834029.

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

Color convert

RGB173137119-
CMYK00.210.310.32
HSL20º24.77%57.25%-
HSV(B)20º31.21%67.84%-
XYZ29.5128.1121.32-
YUV145.71112.93147.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=40.33%
G=31.93%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313711900.210.310.322024.7757.25
HexAD89770151F20141939
Octal2552111670253740243171
Binary10101101100010011110111010101111111000001010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8977; }

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

 H1.HeaderClassName
 {
   color: #AD8977;
 }
 .AnyTagClassName
 {
   color: #AD8977;
 }
</style>
background-color css

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

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

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

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

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

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