#AC9AA4

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

Shades of Shady Lady #AC9AA4

Tints of Shady Lady #AC9AA4

Color information

#AC9AA4 (or 0xAC9AA4) is unknown color: approx Shady Lady. HEX triplet: AC, 9A and A4. RGB value is (172,154,164). Sum of RGB (Red+Green+Blue) = 172+154+164=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AA4 is #53655B. Grayscale: #A0A0A0. Windows color (decimal): -5465436 or 10787500. OLE color: 10787500.

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

Color convert

RGB172154164-
CMYK00.100.050.33
HSL326.67º9.78%63.92%-
HSV(B)326.67º10.47%67.45%-
XYZ35.2734.5639.93-
YUV160.52129.96136.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 164 (64.45% from 255) = 33.47%
R=35.10%
G=31.43%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215416400.100.050.33326.679.7863.92
HexAC9AA40A521147a40
Octal25423224401254150712100
Binary1010110010011010101001000101010110000110100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AA4; }

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

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

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

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

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

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

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

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