#AC939B

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

Shades of Shady Lady #AC939B

Tints of Shady Lady #AC939B

Color information

#AC939B (or 0xAC939B) is unknown color: approx Shady Lady. HEX triplet: AC, 93 and 9B. RGB value is (172,147,155). Sum of RGB (Red+Green+Blue) = 172+147+155=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC939B is #536C64. Grayscale: #9B9B9B. Windows color (decimal): -5467237 or 10195884. OLE color: 10195884.

HSL color Cylindrical-coordinate representation of color #AC939B: hue angle of 340.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC939B is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172147155-
CMYK00.150.100.33
HSL340.8º13.09%62.55%-
HSV(B)340.8º14.53%67.45%-
XYZ33.363235.43-
YUV155.39127.78139.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=36.29%
G=31.01%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214715500.150.100.33340.813.0962.55
HexAC939B0FA21155d3f
Octal25422323301712415251577
Binary1010110010010011100110110111110101000011010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC939B; }

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

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

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

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

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

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

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

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