#A897AB

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

Shades of London Hue #A897AB

Tints of London Hue #A897AB

Color information

#A897AB (or 0xA897AB) is unknown color: approx London Hue. HEX triplet: A8, 97 and AB. RGB value is (168,151,171). Sum of RGB (Red+Green+Blue) = 168+151+171=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A897AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A897AB is #576854. Grayscale: #9E9E9E. Windows color (decimal): -5728341 or 11245480. OLE color: 11245480.

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

Color convert

RGB168151171-
CMYK0.020.1200.33
HSL291º10.64%63.14%-
HSV(B)291º11.7%67.06%-
XYZ34.5733.443.15-
YUV158.36135.13134.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=34.29%
G=30.82%
B=34.90%

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
Decimal1681511710.020.1200.3329110.6463.14
HexA897AB2C021123b3f
Octal2502272532140414431377
Binary10101000100101111010101110110001000011001000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897AB; }

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

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

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

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

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

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

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

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