#AD8C7E

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

Shades of Sandrift #AD8C7E

Tints of Sandrift #AD8C7E

Color information

#AD8C7E (or 0xAD8C7E) is unknown color: approx Sandrift. HEX triplet: AD, 8C and 7E. RGB value is (173,140,126). Sum of RGB (Red+Green+Blue) = 173+140+126=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C7E is #527381. Grayscale: #949494. Windows color (decimal): -5403522 or 8293549. OLE color: 8293549.

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

Color convert

RGB173140126-
CMYK00.190.270.32
HSL17.87º22.27%58.63%-
HSV(B)17.87º27.17%67.84%-
XYZ30.3829.1523.76-
YUV148.27115.43145.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=39.41%
G=31.89%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314012600.190.270.3217.8722.2758.63
HexAD8C7E0131B2012163b
Octal2552141760233340222673
Binary10101101100011001111110010011110111000001001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C7E; }

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

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

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

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

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

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

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

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