#AC929B

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

Shades of Shady Lady #AC929B

Tints of Shady Lady #AC929B

Color information

#AC929B (or 0xAC929B) is unknown color: approx Shady Lady. HEX triplet: AC, 92 and 9B. RGB value is (172,146,155). Sum of RGB (Red+Green+Blue) = 172+146+155=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC929B is #536D64. Grayscale: #9A9A9A. Windows color (decimal): -5467493 or 10195628. OLE color: 10195628.

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

Color convert

RGB172146155-
CMYK00.150.100.33
HSL339.23º13.54%62.35%-
HSV(B)339.23º15.12%67.45%-
XYZ33.2131.6935.38-
YUV154.8128.11140.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=36.36%
G=30.87%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214615500.150.100.33339.2313.5462.35
HexAC929B0FA21153e3e
Octal25422223301712415231676
Binary1010110010010010100110110111110101000011010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC929B; }

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

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

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

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

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

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

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

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