#AD947F

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

Shades of Sandrift #AD947F

Tints of Sandrift #AD947F

Color information

#AD947F (or 0xAD947F) is unknown color: approx Sandrift. HEX triplet: AD, 94 and 7F. RGB value is (173,148,127). Sum of RGB (Red+Green+Blue) = 173+148+127=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD947F is #526B80. Grayscale: #999999. Windows color (decimal): -5401473 or 8361133. OLE color: 8361133.

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

Color convert

RGB173148127-
CMYK00.140.270.32
HSL27.39º21.9%58.82%-
HSV(B)27.39º26.59%67.84%-
XYZ31.6531.624.51-
YUV153.08113.28142.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 127 (50% from 255) = 28.35%
R=38.62%
G=33.04%
B=28.35%

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
Decimal17314812700.140.270.3227.3921.958.82
HexAD947F0E1B201b163b
Octal2552241770163340332673
Binary1010110110010100111111101110110111000001101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD947F; }

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

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

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

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

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

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

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

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