#AC98A0

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

Shades of Shady Lady #AC98A0

Tints of Shady Lady #AC98A0

Color information

#AC98A0 (or 0xAC98A0) is unknown color: approx Shady Lady. HEX triplet: AC, 98 and A0. RGB value is (172,152,160). Sum of RGB (Red+Green+Blue) = 172+152+160=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98A0 is #53675F. Grayscale: #9E9E9E. Windows color (decimal): -5465952 or 10524844. OLE color: 10524844.

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

Color convert

RGB172152160-
CMYK00.120.070.33
HSL336º10.75%63.53%-
HSV(B)336º11.63%67.45%-
XYZ34.5933.7737.95-
YUV158.89128.63137.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=35.54%
G=31.40%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215216000.120.070.3333610.7563.53
HexAC98A00C721150b40
Octal25423024001474152013100
Binary1010110010011000101000000110011110000110101000010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98A0; }

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

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

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

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

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

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

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

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