#AC957D

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

Shades of Sandrift #AC957D

Tints of Sandrift #AC957D

Color information

#AC957D (or 0xAC957D) is unknown color: approx Sandrift. HEX triplet: AC, 95 and 7D. RGB value is (172,149,125). Sum of RGB (Red+Green+Blue) = 172+149+125=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC957D is #536A82. Grayscale: #999999. Windows color (decimal): -5466755 or 8230316. OLE color: 8230316.

HSL color Cylindrical-coordinate representation of color #AC957D: hue angle of 30.64º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC957D is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172149125-
CMYK00.130.270.33
HSL30.64º22.07%58.24%-
HSV(B)30.64º27.33%67.45%-
XYZ31.4631.7523.87-
YUV153.14112.12141.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 125 (49.22% from 255) = 28.03%
R=38.57%
G=33.41%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214912500.130.270.3330.6422.0758.24
HexAC957D0D1B211f163a
Octal2542251750153341372672
Binary1010110010010101111110101101110111000011111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC957D; }

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

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

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

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

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

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

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

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