#AC99A2

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

Shades of Shady Lady #AC99A2

Tints of Shady Lady #AC99A2

Color information

#AC99A2 (or 0xAC99A2) is unknown color: approx Shady Lady. HEX triplet: AC, 99 and A2. RGB value is (172,153,162). Sum of RGB (Red+Green+Blue) = 172+153+162=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A2 is #53665D. Grayscale: #9F9F9F. Windows color (decimal): -5465694 or 10656172. OLE color: 10656172.

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

Color convert

RGB172153162-
CMYK00.110.060.33
HSL331.58º10.27%63.73%-
HSV(B)331.58º11.05%67.45%-
XYZ34.9334.1638.94-
YUV159.71129.29136.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=35.32%
G=31.42%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215316200.110.060.33331.5810.2763.73
HexAC99A20B62114ca40
Octal25423124201364151412100
Binary1010110010011001101000100101111010000110100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99A2; }

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

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

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

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

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

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

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

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