#AC9DA5

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

Shades of Shady Lady #AC9DA5

Tints of Shady Lady #AC9DA5

Color information

#AC9DA5 (or 0xAC9DA5) is unknown color: approx Shady Lady. HEX triplet: AC, 9D and A5. RGB value is (172,157,165). Sum of RGB (Red+Green+Blue) = 172+157+165=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA5 is #53625A. Grayscale: #A2A2A2. Windows color (decimal): -5464667 or 10853804. OLE color: 10853804.

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

Color convert

RGB172157165-
CMYK00.090.040.33
HSL328º8.29%64.51%-
HSV(B)328º8.72%67.45%-
XYZ35.8635.640.58-
YUV162.4129.47134.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 165 (64.84% from 255) = 33.40%
R=34.82%
G=31.78%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215716500.090.040.333288.2964.51
HexAC9DA509421148841
Octal25423524501144151010101
Binary1010110010011101101001010100110010000110100100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DA5; }

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

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

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

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

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

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

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

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