#AD947E

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

Shades of Sandrift #AD947E

Tints of Sandrift #AD947E

Color information

#AD947E (or 0xAD947E) is unknown color: approx Sandrift. HEX triplet: AD, 94 and 7E. RGB value is (173,148,126). Sum of RGB (Red+Green+Blue) = 173+148+126=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD947E is #526B81. Grayscale: #999999. Windows color (decimal): -5401474 or 8295597. OLE color: 8295597.

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

Color convert

RGB173148126-
CMYK00.140.270.32
HSL28.09º22.27%58.63%-
HSV(B)28.09º27.17%67.84%-
XYZ31.5931.5724.17-
YUV152.97112.78142.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=38.70%
G=33.11%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314812600.140.270.3228.0922.2758.63
HexAD947E0E1B201c163b
Octal2552241760163340342673
Binary1010110110010100111111001110110111000001110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD947E; }

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

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

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

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

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

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

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

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