#A997AA

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

Shades of London Hue #A997AA

Tints of London Hue #A997AA

Color information

#A997AA (or 0xA997AA) is unknown color: approx London Hue. HEX triplet: A9, 97 and AA. RGB value is (169,151,170). Sum of RGB (Red+Green+Blue) = 169+151+170=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 170 - color contains mainly: blue. Hex color #A997AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A997AA is #566855. Grayscale: #9E9E9E. Windows color (decimal): -5662806 or 11179945. OLE color: 11179945.

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

Color convert

RGB169151170-
CMYK0.010.1100.33
HSL296.84º10.05%62.94%-
HSV(B)296.84º11.18%66.67%-
XYZ34.6833.4742.66-
YUV158.55134.46135.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=34.49%
G=30.82%
B=34.69%

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
Decimal1691511700.010.1100.33296.8410.0562.94
HexA997AA1B021129a3f
Octal2512272521130414511277
Binary1010100110010111101010101101101000011001010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997AA; }

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

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

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

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

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

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

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

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