#AC957C

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

Shades of Sandrift #AC957C

Tints of Sandrift #AC957C

Color information

#AC957C (or 0xAC957C) is unknown color: approx Sandrift. HEX triplet: AC, 95 and 7C. RGB value is (172,149,124). Sum of RGB (Red+Green+Blue) = 172+149+124=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC957C is #536A83. Grayscale: #999999. Windows color (decimal): -5466756 or 8164780. OLE color: 8164780.

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

Color convert

RGB172149124-
CMYK00.130.280.33
HSL31.25º22.43%58.04%-
HSV(B)31.25º27.91%67.45%-
XYZ31.431.7223.54-
YUV153.03111.62141.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=38.65%
G=33.48%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214912400.130.280.3331.2522.4358.04
HexAC957C0D1C211f163a
Octal2542251740153441372672
Binary1010110010010101111110001101111001000011111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC957C; }

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

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

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

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

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

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

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

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