#AC8C7E

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

Shades of Sandrift #AC8C7E

Tints of Sandrift #AC8C7E

Color information

#AC8C7E (or 0xAC8C7E) is unknown color: approx Sandrift. HEX triplet: AC, 8C and 7E. RGB value is (172,140,126). Sum of RGB (Red+Green+Blue) = 172+140+126=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C7E is #537381. Grayscale: #949494. Windows color (decimal): -5469058 or 8293548. OLE color: 8293548.

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

Color convert

RGB172140126-
CMYK00.190.270.33
HSL18.26º21.7%58.43%-
HSV(B)18.26º26.74%67.45%-
XYZ30.1629.0323.75-
YUV147.97115.6145.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=39.27%
G=31.96%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214012600.190.270.3318.2621.758.43
HexAC8C7E0131B2112163a
Octal2542141760233341222672
Binary10101100100011001111110010011110111000011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C7E; }

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

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

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

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

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

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

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

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