#AC9EA1

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

Shades of Shady Lady #AC9EA1

Tints of Shady Lady #AC9EA1

Color information

#AC9EA1 (or 0xAC9EA1) is unknown color: approx Shady Lady. HEX triplet: AC, 9E and A1. RGB value is (172,158,161). Sum of RGB (Red+Green+Blue) = 172+158+161=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9EA1 is #53615E. Grayscale: #A2A2A2. Windows color (decimal): -5464415 or 10591916. OLE color: 10591916.

HSL color Cylindrical-coordinate representation of color #AC9EA1: hue angle of 347.14º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AC9EA1 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172158161-
CMYK00.080.060.33
HSL347.14º7.78%64.71%-
HSV(B)347.14º8.14%67.45%-
XYZ35.6735.838.75-
YUV162.53127.14134.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 161 (63.28% from 255) = 32.79%
R=35.03%
G=32.18%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215816100.080.060.33347.147.7864.71
HexAC9EA10862115b841
Octal25423624101064153310101
Binary1010110010011110101000010100011010000110101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EA1; }

 p { color: rgb(172,158,161); }

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

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

 a { background-color: rgb(172,158,161); }

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

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

 span { border-color: rgb(172,158,161); }

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