#AC98AF

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

Shades of London Hue #AC98AF

Tints of London Hue #AC98AF

Color information

#AC98AF (or 0xAC98AF) is unknown color: approx London Hue. HEX triplet: AC, 98 and AF. RGB value is (172,152,175). Sum of RGB (Red+Green+Blue) = 172+152+175=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC98AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98AF is #536750. Grayscale: #A0A0A0. Windows color (decimal): -5465937 or 11507884. OLE color: 11507884.

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

Color convert

RGB172152175-
CMYK0.020.1300.31
HSL292.17º12.57%64.12%-
HSV(B)292.17º13.14%68.63%-
XYZ35.9834.3245.29-
YUV160.6136.13136.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=34.47%
G=30.46%
B=35.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721521750.020.1300.31292.1712.5764.12
HexAC98AF2D01F124d40
Octal25423025721503744415100
Binary10101100100110001010111110110101111110010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98AF; }

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

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

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

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

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

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

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

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