#AC9B9F

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

Shades of Shady Lady #AC9B9F

Tints of Shady Lady #AC9B9F

Color information

#AC9B9F (or 0xAC9B9F) is unknown color: approx Shady Lady. HEX triplet: AC, 9B and 9F. RGB value is (172,155,159). Sum of RGB (Red+Green+Blue) = 172+155+159=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B9F is #536460. Grayscale: #A0A0A0. Windows color (decimal): -5465185 or 10460076. OLE color: 10460076.

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

Color convert

RGB172155159-
CMYK00.100.080.33
HSL345.88º9.29%64.12%-
HSV(B)345.88º9.88%67.45%-
XYZ34.9934.7237.66-
YUV160.54127.13136.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=35.39%
G=31.89%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215515900.100.080.33345.889.2964.12
HexAC9B9F0A82115a940
Octal254233237012104153211100
Binary10101100100110111001111101010100010000110101101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B9F; }

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

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

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

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

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

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

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

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