#AC9C9F

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

Shades of Viola #AC9C9F

Tints of Viola #AC9C9F

Color information

#AC9C9F (or 0xAC9C9F) is unknown color: approx Viola. HEX triplet: AC, 9C and 9F. RGB value is (172,156,159). Sum of RGB (Red+Green+Blue) = 172+156+159=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C9F is #536360. Grayscale: #A1A1A1. Windows color (decimal): -5464929 or 10460332. OLE color: 10460332.

HSL color Cylindrical-coordinate representation of color #AC9C9F: hue angle of 348.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AC9C9F is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172156159-
CMYK00.090.080.33
HSL348.75º8.79%64.31%-
HSV(B)348.75º9.3%67.45%-
XYZ35.1635.0537.71-
YUV161.13126.8135.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 159 (62.5% from 255) = 32.65%
R=35.32%
G=32.03%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215615900.090.080.33348.758.7964.31
HexAC9C9F0982115d940
Octal254234237011104153511100
Binary10101100100111001001111101001100010000110101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C9F; }

 p { color: rgb(172,156,159); }

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

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

 a { background-color: rgb(172,156,159); }

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

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

 span { border-color: rgb(172,156,159); }

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