#AC909C

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

Shades of Shady Lady #AC909C

Tints of Shady Lady #AC909C

Color information

#AC909C (or 0xAC909C) is unknown color: approx Shady Lady. HEX triplet: AC, 90 and 9C. RGB value is (172,144,156). Sum of RGB (Red+Green+Blue) = 172+144+156=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC909C is #536F63. Grayscale: #999999. Windows color (decimal): -5468004 or 10260652. OLE color: 10260652.

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

Color convert

RGB172144156-
CMYK00.160.090.33
HSL334.29º14.43%61.96%-
HSV(B)334.29º16.28%67.45%-
XYZ32.9931.1235.72-
YUV153.74129.28141.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=36.44%
G=30.51%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214415600.160.090.33334.2914.4361.96
HexAC909C01092114ee3e
Octal25422023402011415161676
Binary10101100100100001001110001000010011000011010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC909C; }

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

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

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

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

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

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

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

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