#AD8F81

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

Shades of Sandrift #AD8F81

Tints of Sandrift #AD8F81

Color information

#AD8F81 (or 0xAD8F81) is unknown color: approx Sandrift. HEX triplet: AD, 8F and 81. RGB value is (173,143,129). Sum of RGB (Red+Green+Blue) = 173+143+129=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F81 is #52707E. Grayscale: #969696. Windows color (decimal): -5402751 or 8490925. OLE color: 8490925.

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

Color convert

RGB173143129-
CMYK00.170.250.32
HSL19.09º21.15%59.22%-
HSV(B)19.09º25.43%67.84%-
XYZ31.0230.1124.95-
YUV150.37115.94144.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=38.88%
G=32.13%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314312900.170.250.3219.0921.1559.22
HexAD8F81011192013153b
Octal2552172010213140232573
Binary101011011000111110000001010001110011000001001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F81; }

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

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

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

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

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

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

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

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