#A89BAA

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

Shades of London Hue #A89BAA

Tints of London Hue #A89BAA

Color information

#A89BAA (or 0xA89BAA) is unknown color: approx London Hue. HEX triplet: A8, 9B and AA. RGB value is (168,155,170). Sum of RGB (Red+Green+Blue) = 168+155+170=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 170 - color contains mainly: blue. Hex color #A89BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89BAA is #576455. Grayscale: #A0A0A0. Windows color (decimal): -5727318 or 11180968. OLE color: 11180968.

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

Color convert

RGB168155170-
CMYK0.010.0900.33
HSL292º8.11%63.73%-
HSV(B)292º8.82%66.67%-
XYZ35.1334.6742.87-
YUV160.6133.31133.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=34.08%
G=31.44%
B=34.48%

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
Decimal1681551700.010.0900.332928.1163.73
HexA89BAA19021124840
Octal25023325211104144410100
Binary10101000100110111010101011001010000110010010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BAA; }

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

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

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

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

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

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

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

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