#AC989E

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

Shades of Shady Lady #AC989E

Tints of Shady Lady #AC989E

Color information

#AC989E (or 0xAC989E) is unknown color: approx Shady Lady. HEX triplet: AC, 98 and 9E. RGB value is (172,152,158). Sum of RGB (Red+Green+Blue) = 172+152+158=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC989E is #536761. Grayscale: #9E9E9E. Windows color (decimal): -5465954 or 10393772. OLE color: 10393772.

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

Color convert

RGB172152158-
CMYK00.120.080.33
HSL342º10.75%63.53%-
HSV(B)342º11.63%67.45%-
XYZ34.4133.737.04-
YUV158.66127.63137.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=35.68%
G=31.54%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215215800.120.080.3334210.7563.53
HexAC989E0C821156b40
Octal254230236014104152613100
Binary10101100100110001001111001100100010000110101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC989E; }

 p { color: rgb(172,152,158); }

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

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

 a { background-color: rgb(172,152,158); }

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

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

 span { border-color: rgb(172,152,158); }

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