#AC909A

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

Shades of Shady Lady #AC909A

Tints of Shady Lady #AC909A

Color information

#AC909A (or 0xAC909A) is unknown color: approx Shady Lady. HEX triplet: AC, 90 and 9A. RGB value is (172,144,154). Sum of RGB (Red+Green+Blue) = 172+144+154=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC909A is #536F65. Grayscale: #999999. Windows color (decimal): -5468006 or 10129580. OLE color: 10129580.

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

Color convert

RGB172144154-
CMYK00.160.100.33
HSL338.57º14.43%61.96%-
HSV(B)338.57º16.28%67.45%-
XYZ32.8231.0534.84-
YUV153.51128.28141.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=36.60%
G=30.64%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214415400.160.100.33338.5714.4361.96
HexAC909A010A21153e3e
Octal25422023202012415231676
Binary10101100100100001001101001000010101000011010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC909A; }

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

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

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

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

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

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

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

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