#AC8F98

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

Shades of Shady Lady #AC8F98

Tints of Shady Lady #AC8F98

Color information

#AC8F98 (or 0xAC8F98) is unknown color: approx Shady Lady. HEX triplet: AC, 8F and 98. RGB value is (172,143,152). Sum of RGB (Red+Green+Blue) = 172+143+152=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F98 is #537067. Grayscale: #989898. Windows color (decimal): -5468264 or 9998252. OLE color: 9998252.

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

Color convert

RGB172143152-
CMYK00.170.120.33
HSL341.38º14.87%61.76%-
HSV(B)341.38º16.86%67.45%-
XYZ32.530.6833.91-
YUV152.7127.61141.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=36.83%
G=30.62%
B=32.55%

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
Decimal17214315200.170.120.33341.3814.8761.76
HexAC8F98011C21155f3e
Octal25421723002114415251776
Binary10101100100011111001100001000111001000011010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F98; }

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

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

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

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

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

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

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

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