#AC917C

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

Shades of Sandrift #AC917C

Tints of Sandrift #AC917C

Color information

#AC917C (or 0xAC917C) is unknown color: approx Sandrift. HEX triplet: AC, 91 and 7C. RGB value is (172,145,124). Sum of RGB (Red+Green+Blue) = 172+145+124=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC917C is #536E83. Grayscale: #969696. Windows color (decimal): -5467780 or 8163756. OLE color: 8163756.

HSL color Cylindrical-coordinate representation of color #AC917C: hue angle of 26.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 #AC917C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB172145124-
CMYK00.160.280.33
HSL26.25º22.43%58.04%-
HSV(B)26.25º27.91%67.45%-
XYZ30.7830.4823.33-
YUV150.68112.95143.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=39.00%
G=32.88%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214512400.160.280.3326.2522.4358.04
HexAC917C0101C211a163a
Octal2542211740203441322672
Binary10101100100100011111100010000111001000011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC917C; }

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

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

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

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

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

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

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

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