#AD957F

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

Shades of Sandrift #AD957F

Tints of Sandrift #AD957F

Color information

#AD957F (or 0xAD957F) is unknown color: approx Sandrift. HEX triplet: AD, 95 and 7F. RGB value is (173,149,127). Sum of RGB (Red+Green+Blue) = 173+149+127=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD957F is #526A80. Grayscale: #999999. Windows color (decimal): -5401217 or 8361389. OLE color: 8361389.

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

Color convert

RGB173149127-
CMYK00.140.270.32
HSL28.7º21.9%58.82%-
HSV(B)28.7º26.59%67.84%-
XYZ31.8131.9124.56-
YUV153.67112.95141.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 127 (50% from 255) = 28.29%
R=38.53%
G=33.18%
B=28.29%

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
Decimal17314912700.140.270.3228.721.958.82
HexAD957F0E1B201d163b
Octal2552251770163340352673
Binary1010110110010101111111101110110111000001110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD957F; }

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

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

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

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

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

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

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

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