#AC95AA

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

Shades of London Hue #AC95AA

Tints of London Hue #AC95AA

Color information

#AC95AA (or 0xAC95AA) is unknown color: approx London Hue. HEX triplet: AC, 95 and AA. RGB value is (172,149,170). Sum of RGB (Red+Green+Blue) = 172+149+170=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC95AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95AA is #536A55. Grayscale: #9E9E9E. Windows color (decimal): -5466710 or 11179436. OLE color: 11179436.

HSL color Cylindrical-coordinate representation of color #AC95AA: hue angle of 305.22º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC95AA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172149170-
CMYK00.130.010.33
HSL305.22º12.17%62.94%-
HSV(B)305.22º13.37%67.45%-
XYZ35.0233.1742.59-
YUV158.27134.62137.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=35.03%
G=30.35%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214917000.130.010.33305.2212.1762.94
HexAC95AA0D121131c3f
Octal2542252520151414611477
Binary1010110010010101101010100110111000011001100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95AA; }

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

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

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

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

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

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

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

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