#A998AC

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

Shades of London Hue #A998AC

Tints of London Hue #A998AC

Color information

#A998AC (or 0xA998AC) is unknown color: approx London Hue. HEX triplet: A9, 98 and AC. RGB value is (169,152,172). Sum of RGB (Red+Green+Blue) = 169+152+172=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #A998AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998AC is #566753. Grayscale: #9F9F9F. Windows color (decimal): -5662548 or 11311273. OLE color: 11311273.

HSL color Cylindrical-coordinate representation of color #A998AC: hue angle of 291º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A998AC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169152172-
CMYK0.020.1200.33
HSL291º10.75%63.53%-
HSV(B)291º11.63%67.45%-
XYZ35.0433.8743.72-
YUV159.36135.13134.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=34.28%
G=30.83%
B=34.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691521720.020.1200.3329110.7563.53
HexA998AC2C021123b40
Octal25123025421404144313100
Binary101010011001100010101100101100010000110010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998AC; }

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

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

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

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

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

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

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

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