#AC8F99

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

Shades of Shady Lady #AC8F99

Tints of Shady Lady #AC8F99

Color information

#AC8F99 (or 0xAC8F99) is unknown color: approx Shady Lady. HEX triplet: AC, 8F and 99. RGB value is (172,143,153). Sum of RGB (Red+Green+Blue) = 172+143+153=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F99 is #537066. Grayscale: #989898. Windows color (decimal): -5468263 or 10063788. OLE color: 10063788.

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

Color convert

RGB172143153-
CMYK00.170.110.33
HSL339.31º14.87%61.76%-
HSV(B)339.31º16.86%67.45%-
XYZ32.5930.7234.35-
YUV152.81128.11141.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=36.75%
G=30.56%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214315300.170.110.33339.3114.8761.76
HexAC8F99011B21153f3e
Octal25421723102113415231776
Binary10101100100011111001100101000110111000011010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F99; }

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

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

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

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

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

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

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

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