#AC8F7F

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

Shades of Sandrift #AC8F7F

Tints of Sandrift #AC8F7F

Color information

#AC8F7F (or 0xAC8F7F) is unknown color: approx Sandrift. HEX triplet: AC, 8F and 7F. RGB value is (172,143,127). Sum of RGB (Red+Green+Blue) = 172+143+127=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F7F is #537080. Grayscale: #959595. Windows color (decimal): -5468289 or 8359852. OLE color: 8359852.

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

Color convert

RGB172143127-
CMYK00.170.260.33
HSL21.33º21.33%58.63%-
HSV(B)21.33º26.16%67.45%-
XYZ30.6729.9524.24-
YUV149.85115.11143.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 127 (50% from 255) = 28.73%
R=38.91%
G=32.35%
B=28.73%

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
Decimal17214312700.170.260.3321.3321.3358.63
HexAC8F7F0111A2115153b
Octal2542171770213241252573
Binary10101100100011111111111010001110101000011010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F7F; }

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

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

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

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

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

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

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

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