#AC909D

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

Shades of Shady Lady #AC909D

Tints of Shady Lady #AC909D

Color information

#AC909D (or 0xAC909D) is unknown color: approx Shady Lady. HEX triplet: AC, 90 and 9D. RGB value is (172,144,157). Sum of RGB (Red+Green+Blue) = 172+144+157=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC909D is #536F62. Grayscale: #999999. Windows color (decimal): -5468003 or 10326188. OLE color: 10326188.

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

Color convert

RGB172144157-
CMYK00.160.090.33
HSL332.14º14.43%61.96%-
HSV(B)332.14º16.28%67.45%-
XYZ33.0731.1536.17-
YUV153.85129.78140.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=36.36%
G=30.44%
B=33.19%

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
Decimal17214415700.160.090.33332.1414.4361.96
HexAC909D01092114ce3e
Octal25422023502011415141676
Binary10101100100100001001110101000010011000011010011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC909D; }

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

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

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

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

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

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

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

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