#AC99A5

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

Shades of Shady Lady #AC99A5

Tints of Shady Lady #AC99A5

Color information

#AC99A5 (or 0xAC99A5) is unknown color: approx Shady Lady. HEX triplet: AC, 99 and A5. RGB value is (172,153,165). Sum of RGB (Red+Green+Blue) = 172+153+165=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A5 is #53665A. Grayscale: #A0A0A0. Windows color (decimal): -5465691 or 10852780. OLE color: 10852780.

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

Color convert

RGB172153165-
CMYK00.110.040.33
HSL322.11º10.27%63.73%-
HSV(B)322.11º11.05%67.45%-
XYZ35.234.2740.36-
YUV160.05130.79136.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=35.10%
G=31.22%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215316500.110.040.33322.1110.2763.73
HexAC99A50B421142a40
Octal25423124501344150212100
Binary1010110010011001101001010101110010000110100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99A5; }

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

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

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

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

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

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

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

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