#AC99AA

Color #AC99AA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AC99AA

Tints of London Hue #AC99AA

Color information

#AC99AA (or 0xAC99AA) is unknown color: approx London Hue. HEX triplet: AC, 99 and AA. RGB value is (172,153,170). Sum of RGB (Red+Green+Blue) = 172+153+170=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99AA is #536655. Grayscale: #A0A0A0. Windows color (decimal): -5465686 or 11180460. OLE color: 11180460.

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

Color convert

RGB172153170-
CMYK00.110.010.33
HSL306.32º10.27%63.73%-
HSV(B)306.32º11.05%67.45%-
XYZ35.6634.4642.8-
YUV160.62133.29136.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=34.75%
G=30.91%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215317000.110.010.33306.3210.2763.73
HexAC99AA0B121132a40
Octal25423125201314146212100
Binary10101100100110011010101001011110000110011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99AA; }

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

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

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

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

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

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

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

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