#AC99A4

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

Shades of Shady Lady #AC99A4

Tints of Shady Lady #AC99A4

Color information

#AC99A4 (or 0xAC99A4) is unknown color: approx Shady Lady. HEX triplet: AC, 99 and A4. RGB value is (172,153,164). Sum of RGB (Red+Green+Blue) = 172+153+164=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A4 is #53665B. Grayscale: #9F9F9F. Windows color (decimal): -5465692 or 10787244. OLE color: 10787244.

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

Color convert

RGB172153164-
CMYK00.110.050.33
HSL325.26º10.27%63.73%-
HSV(B)325.26º11.05%67.45%-
XYZ35.1134.2339.88-
YUV159.93130.29136.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=35.17%
G=31.29%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215316400.110.050.33325.2610.2763.73
HexAC99A40B521145a40
Octal25423124401354150512100
Binary1010110010011001101001000101110110000110100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99A4; }

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

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

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

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

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

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

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

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