#AC8C8F

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

Shades of Viola #AC8C8F

Tints of Viola #AC8C8F

Color information

#AC8C8F (or 0xAC8C8F) is unknown color: approx Viola. HEX triplet: AC, 8C and 8F. RGB value is (172,140,143). Sum of RGB (Red+Green+Blue) = 172+140+143=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C8F is #537370. Grayscale: #959595. Windows color (decimal): -5469041 or 9407660. OLE color: 9407660.

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

Color convert

RGB172140143-
CMYK00.190.170.33
HSL354.38º16.16%61.18%-
HSV(B)354.38º18.6%67.45%-
XYZ31.3529.5130.03-
YUV149.91124.1143.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=37.80%
G=30.77%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214014300.190.170.33354.3816.1661.18
HexAC8C8F0131121162103d
Octal25421421702321415422075
Binary1010110010001100100011110100111000110000110110001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C8F; }

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

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

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

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

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

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

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

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