#AC917E

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

Shades of Sandrift #AC917E

Tints of Sandrift #AC917E

Color information

#AC917E (or 0xAC917E) is unknown color: approx Sandrift. HEX triplet: AC, 91 and 7E. RGB value is (172,145,126). Sum of RGB (Red+Green+Blue) = 172+145+126=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC917E is #536E81. Grayscale: #979797. Windows color (decimal): -5467778 or 8294828. OLE color: 8294828.

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

Color convert

RGB172145126-
CMYK00.160.270.33
HSL24.78º21.7%58.43%-
HSV(B)24.78º26.74%67.45%-
XYZ30.930.5324-
YUV150.91113.95143.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=38.83%
G=32.73%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214512600.160.270.3324.7821.758.43
HexAC917E0101B2119163a
Octal2542211760203341312672
Binary10101100100100011111110010000110111000011100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC917E; }

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

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

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

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

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

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

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

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