#AC8E7F

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

Shades of Sandrift #AC8E7F

Tints of Sandrift #AC8E7F

Color information

#AC8E7F (or 0xAC8E7F) is unknown color: approx Sandrift. HEX triplet: AC, 8E and 7F. RGB value is (172,142,127). Sum of RGB (Red+Green+Blue) = 172+142+127=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E7F is #537180. Grayscale: #959595. Windows color (decimal): -5468545 or 8359596. OLE color: 8359596.

HSL color Cylindrical-coordinate representation of color #AC8E7F: hue angle of 20º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8E7F is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172142127-
CMYK00.170.260.33
HSL20º21.33%58.63%-
HSV(B)20º26.16%67.45%-
XYZ30.5229.6524.19-
YUV149.26115.44144.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 127 (50% from 255) = 28.80%
R=39.00%
G=32.20%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214212700.170.260.332021.3358.63
HexAC8E7F0111A2114153b
Octal2542161770213241242573
Binary10101100100011101111111010001110101000011010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E7F; }

 p { color: rgb(172,142,127); }

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

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

 a { background-color: rgb(172,142,127); }

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

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

 span { border-color: rgb(172,142,127); }

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