#AC939A

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

Shades of Shady Lady #AC939A

Tints of Shady Lady #AC939A

Color information

#AC939A (or 0xAC939A) is unknown color: approx Shady Lady. HEX triplet: AC, 93 and 9A. RGB value is (172,147,154). Sum of RGB (Red+Green+Blue) = 172+147+154=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC939A is #536C65. Grayscale: #9B9B9B. Windows color (decimal): -5467238 or 10130348. OLE color: 10130348.

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

Color convert

RGB172147154-
CMYK00.150.100.33
HSL343.2º13.09%62.55%-
HSV(B)343.2º14.53%67.45%-
XYZ33.2831.9734.99-
YUV155.27127.28139.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=36.36%
G=31.08%
B=32.56%

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
Decimal17214715400.150.100.33343.213.0962.55
HexAC939A0FA21157d3f
Octal25422323201712415271577
Binary1010110010010011100110100111110101000011010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC939A; }

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

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

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

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

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

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

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

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