#AC99AE

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

Shades of London Hue #AC99AE

Tints of London Hue #AC99AE

Color information

#AC99AE (or 0xAC99AE) is unknown color: approx London Hue. HEX triplet: AC, 99 and AE. RGB value is (172,153,174). Sum of RGB (Red+Green+Blue) = 172+153+174=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99AE is #536651. Grayscale: #A1A1A1. Windows color (decimal): -5465682 or 11442604. OLE color: 11442604.

HSL color Cylindrical-coordinate representation of color #AC99AE: hue angle of 294.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC99AE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172153174-
CMYK0.010.1200.32
HSL294.29º11.48%64.12%-
HSV(B)294.29º12.07%68.24%-
XYZ36.0434.6144.82-
YUV161.07135.29135.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=34.47%
G=30.66%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721531740.010.1200.32294.2911.4864.12
HexAC99AE1C020126b40
Octal25423125611404044613100
Binary10101100100110011010111011100010000010010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99AE; }

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

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

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

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

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

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

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

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