#AD8F80

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

Shades of Sandrift #AD8F80

Tints of Sandrift #AD8F80

Color information

#AD8F80 (or 0xAD8F80) is unknown color: approx Sandrift. HEX triplet: AD, 8F and 80. RGB value is (173,143,128). Sum of RGB (Red+Green+Blue) = 173+143+128=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F80 is #52707F. Grayscale: #969696. Windows color (decimal): -5402752 or 8425389. OLE color: 8425389.

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

Color convert

RGB173143128-
CMYK00.170.260.32
HSL20º21.53%59.02%-
HSV(B)20º26.01%67.84%-
XYZ30.9530.0924.6-
YUV150.26115.44144.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=38.96%
G=32.21%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314312800.170.260.322021.5359.02
HexAD8F800111A2014163b
Octal2552172000213240242673
Binary101011011000111110000000010001110101000001010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F80; }

 p { color: rgb(173,143,128); }

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

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

 a { background-color: rgb(173,143,128); }

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

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

 span { border-color: rgb(173,143,128); }

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