#AD957D

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

Shades of Sandrift #AD957D

Tints of Sandrift #AD957D

Color information

#AD957D (or 0xAD957D) is unknown color: approx Sandrift. HEX triplet: AD, 95 and 7D. RGB value is (173,149,125). Sum of RGB (Red+Green+Blue) = 173+149+125=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD957D is #526A82. Grayscale: #999999. Windows color (decimal): -5401219 or 8230317. OLE color: 8230317.

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

Color convert

RGB173149125-
CMYK00.140.280.32
HSL30º22.64%58.43%-
HSV(B)30º27.75%67.84%-
XYZ31.6831.8623.88-
YUV153.44111.95141.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=38.70%
G=33.33%
B=27.96%

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
Decimal17314912500.140.280.323022.6458.43
HexAD957D0E1C201e173a
Octal2552251750163440362772
Binary1010110110010101111110101110111001000001111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD957D; }

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

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

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

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

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

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

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

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