#AC8E98

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

Shades of Shady Lady #AC8E98

Tints of Shady Lady #AC8E98

Color information

#AC8E98 (or 0xAC8E98) is unknown color: approx Shady Lady. HEX triplet: AC, 8E and 98. RGB value is (172,142,152). Sum of RGB (Red+Green+Blue) = 172+142+152=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E98 is #537167. Grayscale: #989898. Windows color (decimal): -5468520 or 9997996. OLE color: 9997996.

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

Color convert

RGB172142152-
CMYK00.170.120.33
HSL340º15.31%61.57%-
HSV(B)340º17.44%67.45%-
XYZ32.3530.3833.87-
YUV152.11127.94142.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=36.91%
G=30.47%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214215200.170.120.3334015.3161.57
HexAC8E98011C21154f3e
Octal25421623002114415241776
Binary10101100100011101001100001000111001000011010101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E98; }

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

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

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

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

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

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

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

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