#AC95A6

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

Shades of London Hue #AC95A6

Tints of London Hue #AC95A6

Color information

#AC95A6 (or 0xAC95A6) is unknown color: approx London Hue. HEX triplet: AC, 95 and A6. RGB value is (172,149,166). Sum of RGB (Red+Green+Blue) = 172+149+166=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC95A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95A6 is #536A59. Grayscale: #9D9D9D. Windows color (decimal): -5466714 or 10917292. OLE color: 10917292.

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

Color convert

RGB172149166-
CMYK00.130.030.33
HSL315.65º12.17%62.94%-
HSV(B)315.65º13.37%67.45%-
XYZ34.6433.0240.62-
YUV157.82132.62138.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 166 (65.23% from 255) = 34.09%
R=35.32%
G=30.60%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214916600.130.030.33315.6512.1762.94
HexAC95A60D32113cc3f
Octal2542252460153414741477
Binary10101100100101011010011001101111000011001111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95A6; }

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

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

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

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

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

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

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

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