#AC989D

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

Shades of Shady Lady #AC989D

Tints of Shady Lady #AC989D

Color information

#AC989D (or 0xAC989D) is unknown color: approx Shady Lady. HEX triplet: AC, 98 and 9D. RGB value is (172,152,157). Sum of RGB (Red+Green+Blue) = 172+152+157=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC989D is #536762. Grayscale: #9E9E9E. Windows color (decimal): -5465955 or 10328236. OLE color: 10328236.

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

Color convert

RGB172152157-
CMYK00.120.090.33
HSL345º10.75%63.53%-
HSV(B)345º11.63%67.45%-
XYZ34.3333.6636.59-
YUV158.55127.13137.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=35.76%
G=31.60%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215215700.120.090.3334510.7563.53
HexAC989D0C921159b40
Octal254230235014114153113100
Binary10101100100110001001110101100100110000110101100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC989D; }

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

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

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

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

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

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

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

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