Html Css Color HEX #A89BAA London Hue

📋 copy color: '#A89BAA'

red 168 ◦ green 155 ◦ blue 170

#A89BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #A89BAA

Tints of London Hue #A89BAA

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.8% from 255) = 34.48%

R = 34.08%
G = 31.44%
B = 34.48%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A89BAA (or 0xA89BAA) is known color: 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

RGB 168 155 170 -
CMYK 0.01 0.09 0 0.33
HSL 292º 0.08% 0.64% -
HSV(B) 292º 0.09% 0.67% -
XYZ 35.13 34.67 42.87 -
YUV 160.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 168 155 170 0.01 0.09 0 0.33 292 0.08 0.64
Hex A8 9B AA 1 9 0 21 124 8 40
Octal 250 233 252 1 11 0 41 444 10 100
Binary 10101000 10011011 10101010 1 1001 0 100001 100100100 1000 1000000

Color Harmonies of #A89BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BAA

Black with #A89BAA

Text Example


Text Example

White with #A89BAA

Text Example


Text Example

HTML Codes & Css Web 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>