#AC8C98

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

Shades of Shady Lady #AC8C98

Tints of Shady Lady #AC8C98

Color information

#AC8C98 (or 0xAC8C98) is unknown color: approx Shady Lady. HEX triplet: AC, 8C and 98. RGB value is (172,140,152). Sum of RGB (Red+Green+Blue) = 172+140+152=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C98 is #537367. Grayscale: #969696. Windows color (decimal): -5469032 or 9997484. OLE color: 9997484.

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

Color convert

RGB172140152-
CMYK00.190.120.33
HSL337.5º16.16%61.18%-
HSV(B)337.5º18.6%67.45%-
XYZ32.0629.7933.77-
YUV150.94128.6143.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=37.07%
G=30.17%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214015200.190.120.33337.516.1661.18
HexAC8C98013C21152103d
Octal25421423002314415222075
Binary101011001000110010011000010011110010000110101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C98; }

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

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

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

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

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

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

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

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