#AC99A8

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

Shades of London Hue #AC99A8

Tints of London Hue #AC99A8

Color information

#AC99A8 (or 0xAC99A8) is unknown color: approx London Hue. HEX triplet: AC, 99 and A8. RGB value is (172,153,168). Sum of RGB (Red+Green+Blue) = 172+153+168=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A8 is #536657. Grayscale: #A0A0A0. Windows color (decimal): -5465688 or 11049388. OLE color: 11049388.

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

Color convert

RGB172153168-
CMYK00.110.020.33
HSL312.63º10.27%63.73%-
HSV(B)312.63º11.05%67.45%-
XYZ35.4734.3841.81-
YUV160.39132.29136.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 168 (66.02% from 255) = 34.08%
R=34.89%
G=31.03%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215316800.110.020.33312.6310.2763.73
HexAC99A80B221139a40
Octal25423125001324147112100
Binary101011001001100110101000010111010000110011100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99A8; }

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

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

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

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

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

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

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

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