#AC95A5

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

Shades of London Hue #AC95A5

Tints of London Hue #AC95A5

Color information

#AC95A5 (or 0xAC95A5) is unknown color: approx London Hue. HEX triplet: AC, 95 and A5. RGB value is (172,149,165). Sum of RGB (Red+Green+Blue) = 172+149+165=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC95A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95A5 is #536A5A. Grayscale: #9D9D9D. Windows color (decimal): -5466715 or 10851756. OLE color: 10851756.

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

Color convert

RGB172149165-
CMYK00.130.040.33
HSL318.26º12.17%62.94%-
HSV(B)318.26º13.37%67.45%-
XYZ34.5532.9840.14-
YUV157.7132.12138.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=35.39%
G=30.66%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214916500.130.040.33318.2612.1762.94
HexAC95A50D42113ec3f
Octal2542252450154414761477
Binary101011001001010110100101011011001000011001111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95A5; }

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

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

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

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

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

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

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

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