#AC8F9C

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

Shades of Shady Lady #AC8F9C

Tints of Shady Lady #AC8F9C

Color information

#AC8F9C (or 0xAC8F9C) is unknown color: approx Shady Lady. HEX triplet: AC, 8F and 9C. RGB value is (172,143,156). Sum of RGB (Red+Green+Blue) = 172+143+156=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F9C is #537063. Grayscale: #999999. Windows color (decimal): -5468260 or 10260396. OLE color: 10260396.

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

Color convert

RGB172143156-
CMYK00.170.090.33
HSL333.1º14.87%61.76%-
HSV(B)333.1º16.86%67.45%-
XYZ32.8430.8235.67-
YUV153.15129.61141.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=36.52%
G=30.36%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214315600.170.090.33333.114.8761.76
HexAC8F9C01192114df3e
Octal25421723402111415151776
Binary10101100100011111001110001000110011000011010011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F9C; }

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

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

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

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

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

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

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

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