#AC949B

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

Shades of Shady Lady #AC949B

Tints of Shady Lady #AC949B

Color information

#AC949B (or 0xAC949B) is unknown color: approx Shady Lady. HEX triplet: AC, 94 and 9B. RGB value is (172,148,155). Sum of RGB (Red+Green+Blue) = 172+148+155=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC949B is #536B64. Grayscale: #9B9B9B. Windows color (decimal): -5466981 or 10196140. OLE color: 10196140.

HSL color Cylindrical-coordinate representation of color #AC949B: hue angle of 342.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC949B is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172148155-
CMYK00.140.100.33
HSL342.5º12.63%62.75%-
HSV(B)342.5º13.95%67.45%-
XYZ33.5232.3235.48-
YUV155.97127.45139.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=36.21%
G=31.16%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214815500.140.100.33342.512.6362.75
HexAC949B0EA21156d3f
Octal25422423301612415261577
Binary1010110010010100100110110111010101000011010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC949B; }

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

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

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

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

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

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

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

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