#AC8F9E

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

Shades of Shady Lady #AC8F9E

Tints of Shady Lady #AC8F9E

Color information

#AC8F9E (or 0xAC8F9E) is unknown color: approx Shady Lady. HEX triplet: AC, 8F and 9E. RGB value is (172,143,158). Sum of RGB (Red+Green+Blue) = 172+143+158=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F9E is #537061. Grayscale: #999999. Windows color (decimal): -5468258 or 10391468. OLE color: 10391468.

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

Color convert

RGB172143158-
CMYK00.170.080.33
HSL328.97º14.87%61.76%-
HSV(B)328.97º16.86%67.45%-
XYZ33.0130.8836.57-
YUV153.38130.61141.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=36.36%
G=30.23%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214315800.170.080.33328.9714.8761.76
HexAC8F9E011821149f3e
Octal25421723602110415111776
Binary10101100100011111001111001000110001000011010010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F9E; }

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

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

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

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

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

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

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

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