#AD947D

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

Shades of Sandrift #AD947D

Tints of Sandrift #AD947D

Color information

#AD947D (or 0xAD947D) is unknown color: approx Sandrift. HEX triplet: AD, 94 and 7D. RGB value is (173,148,125). Sum of RGB (Red+Green+Blue) = 173+148+125=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD947D is #526B82. Grayscale: #989898. Windows color (decimal): -5401475 or 8230061. OLE color: 8230061.

HSL color Cylindrical-coordinate representation of color #AD947D: hue angle of 28.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD947D is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173148125-
CMYK00.140.280.32
HSL28.75º22.64%58.43%-
HSV(B)28.75º27.75%67.84%-
XYZ31.5331.5423.83-
YUV152.85112.28142.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 125 (49.22% from 255) = 28.03%
R=38.79%
G=33.18%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314812500.140.280.3228.7522.6458.43
HexAD947D0E1C201d173a
Octal2552241750163440352772
Binary1010110110010100111110101110111001000001110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD947D; }

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

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

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

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

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

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

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

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