#AC88AF

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

Shades of London Hue #AC88AF

Tints of London Hue #AC88AF

Color information

#AC88AF (or 0xAC88AF) is unknown color: approx London Hue. HEX triplet: AC, 88 and AF. RGB value is (172,136,175). Sum of RGB (Red+Green+Blue) = 172+136+175=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC88AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC88AF is #537750. Grayscale: #979797. Windows color (decimal): -5470033 or 11503788. OLE color: 11503788.

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

Color convert

RGB172136175-
CMYK0.020.2200.31
HSL295.38º19.6%60.98%-
HSV(B)295.38º22.29%68.63%-
XYZ33.5629.4744.48-
YUV151.21141.43142.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=35.61%
G=28.16%
B=36.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721361750.020.2200.31295.3819.660.98
HexAC88AF21601F127143d
Octal2542102572260374472475
Binary101011001000100010101111101011001111110010011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88AF; }

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

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

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

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

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

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

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

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