#A898AB

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

Shades of London Hue #A898AB

Tints of London Hue #A898AB

Color information

#A898AB (or 0xA898AB) is unknown color: approx London Hue. HEX triplet: A8, 98 and AB. RGB value is (168,152,171). Sum of RGB (Red+Green+Blue) = 168+152+171=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #A898AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A898AB is #576754. Grayscale: #9E9E9E. Windows color (decimal): -5728085 or 11245736. OLE color: 11245736.

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

Color convert

RGB168152171-
CMYK0.020.1100.33
HSL290.53º10.16%63.33%-
HSV(B)290.53º11.11%67.06%-
XYZ34.7333.7243.21-
YUV158.95134.8134.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=34.22%
G=30.96%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681521710.020.1100.33290.5310.1663.33
HexA898AB2B021123a3f
Octal2502302532130414431277
Binary10101000100110001010101110101101000011001000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898AB; }

 p { color: rgb(168,152,171); }

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

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

 a { background-color: rgb(168,152,171); }

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

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

 span { border-color: rgb(168,152,171); }

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