#AC8F9B

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

Shades of Shady Lady #AC8F9B

Tints of Shady Lady #AC8F9B

Color information

#AC8F9B (or 0xAC8F9B) is unknown color: approx Shady Lady. HEX triplet: AC, 8F and 9B. RGB value is (172,143,155). Sum of RGB (Red+Green+Blue) = 172+143+155=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F9B is #537064. Grayscale: #999999. Windows color (decimal): -5468261 or 10194860. OLE color: 10194860.

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

Color convert

RGB172143155-
CMYK00.170.100.33
HSL335.17º14.87%61.76%-
HSV(B)335.17º16.86%67.45%-
XYZ32.7530.7835.23-
YUV153.04129.11141.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=36.60%
G=30.43%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214315500.170.100.33335.1714.8761.76
HexAC8F9B011A2114ff3e
Octal25421723302112415171776
Binary10101100100011111001101101000110101000011010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F9B; }

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

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

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

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

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

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

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

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