#AC95AF

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

Shades of London Hue #AC95AF

Tints of London Hue #AC95AF

Color information

#AC95AF (or 0xAC95AF) is unknown color: approx London Hue. HEX triplet: AC, 95 and AF. RGB value is (172,149,175). Sum of RGB (Red+Green+Blue) = 172+149+175=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC95AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95AF is #536A50. Grayscale: #9E9E9E. Windows color (decimal): -5466705 or 11507116. OLE color: 11507116.

HSL color Cylindrical-coordinate representation of color #AC95AF: hue angle of 293.08º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC95AF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172149175-
CMYK0.020.1500.31
HSL293.08º13.98%63.53%-
HSV(B)293.08º14.86%68.63%-
XYZ35.533.3645.13-
YUV158.84137.12137.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=34.68%
G=30.04%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721491750.020.1500.31293.0813.9863.53
HexAC95AF2F01F125e40
Octal25422525721703744516100
Binary10101100100101011010111110111101111110010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95AF; }

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

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

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

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

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

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

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

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