#A89AAA

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

Shades of London Hue #A89AAA

Tints of London Hue #A89AAA

Color information

#A89AAA (or 0xA89AAA) is unknown color: approx London Hue. HEX triplet: A8, 9A and AA. RGB value is (168,154,170). Sum of RGB (Red+Green+Blue) = 168+154+170=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #A89AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89AAA is #576555. Grayscale: #9F9F9F. Windows color (decimal): -5727574 or 11180712. OLE color: 11180712.

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

Color convert

RGB168154170-
CMYK0.010.0900.33
HSL292.5º8.6%63.53%-
HSV(B)292.5º9.41%66.67%-
XYZ34.9634.3442.82-
YUV160.01133.64133.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=34.15%
G=31.30%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681541700.010.0900.33292.58.663.53
HexA89AAA19021125940
Octal25023225211104144511100
Binary10101000100110101010101011001010000110010010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AAA; }

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

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

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

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

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

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

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

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