#AC8D98

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

Shades of Shady Lady #AC8D98

Tints of Shady Lady #AC8D98

Color information

#AC8D98 (or 0xAC8D98) is unknown color: approx Shady Lady. HEX triplet: AC, 8D and 98. RGB value is (172,141,152). Sum of RGB (Red+Green+Blue) = 172+141+152=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D98 is #537267. Grayscale: #979797. Windows color (decimal): -5468776 or 9997740. OLE color: 9997740.

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

Color convert

RGB172141152-
CMYK00.180.120.33
HSL338.71º15.74%61.37%-
HSV(B)338.71º18.02%67.45%-
XYZ32.2130.0933.82-
YUV151.52128.27142.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=36.99%
G=30.32%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214115200.180.120.33338.7115.7461.37
HexAC8D98012C21153103d
Octal25421523002214415232075
Binary101011001000110110011000010010110010000110101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D98; }

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

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

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

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

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

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

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

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