#A888AA

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

Shades of London Hue #A888AA

Tints of London Hue #A888AA

Color information

#A888AA (or 0xA888AA) is unknown color: approx London Hue. HEX triplet: A8, 88 and AA. RGB value is (168,136,170). Sum of RGB (Red+Green+Blue) = 168+136+170=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A888AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A888AA is #577755. Grayscale: #959595. Windows color (decimal): -5732182 or 11176104. OLE color: 11176104.

HSL color Cylindrical-coordinate representation of color #A888AA: hue angle of 296.47º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A888AA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168136170-
CMYK0.010.2000.33
HSL296.47º16.67%60%-
HSV(B)296.47º20%66.67%-
XYZ32.2128.8441.9-
YUV149.44139.6141.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 136 (53.52% from 255) = 28.69%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=35.44%
G=28.69%
B=35.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681361700.010.2000.33296.4716.6760
HexA888AA114021128113c
Octal2502102521240414502174
Binary101010001000100010101010110100010000110010100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888AA; }

 p { color: rgb(168,136,170); }

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

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

 a { background-color: rgb(168,136,170); }

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

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

 span { border-color: rgb(168,136,170); }

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