#A897AA

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

Shades of London Hue #A897AA

Tints of London Hue #A897AA

Color information

#A897AA (or 0xA897AA) is unknown color: approx London Hue. HEX triplet: A8, 97 and AA. RGB value is (168,151,170). Sum of RGB (Red+Green+Blue) = 168+151+170=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 170 - color contains mainly: blue. Hex color #A897AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A897AA is #576855. Grayscale: #9E9E9E. Windows color (decimal): -5728342 or 11179944. OLE color: 11179944.

HSL color Cylindrical-coordinate representation of color #A897AA: hue angle of 293.68º 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 #A897AA is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168151170-
CMYK0.010.1100.33
HSL293.68º10.05%62.94%-
HSV(B)293.68º11.18%66.67%-
XYZ34.4733.3642.65-
YUV158.25134.63134.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=34.36%
G=30.88%
B=34.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681511700.010.1100.33293.6810.0562.94
HexA897AA1B021126a3f
Octal2502272521130414461277
Binary1010100010010111101010101101101000011001001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897AA; }

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

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

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

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

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

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

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

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