#AD8F7E

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

Shades of Sandrift #AD8F7E

Tints of Sandrift #AD8F7E

Color information

#AD8F7E (or 0xAD8F7E) is unknown color: approx Sandrift. HEX triplet: AD, 8F and 7E. RGB value is (173,143,126). Sum of RGB (Red+Green+Blue) = 173+143+126=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F7E is #527081. Grayscale: #969696. Windows color (decimal): -5402754 or 8294317. OLE color: 8294317.

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

Color convert

RGB173143126-
CMYK00.170.270.32
HSL21.7º22.27%58.63%-
HSV(B)21.7º27.17%67.84%-
XYZ30.8230.0423.91-
YUV150.03114.44144.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 126 (49.61% from 255) = 28.51%
R=39.14%
G=32.35%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314312600.170.270.3221.722.2758.63
HexAD8F7E0111B2016163b
Octal2552171760213340262673
Binary10101101100011111111110010001110111000001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F7E; }

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

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

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

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

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

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

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

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