Html Css Color HEX #AB9BAA London Hue

📋 copy color: '#AB9BAA'

red 171 ◦ green 155 ◦ blue 170

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

Shades of London Hue #AB9BAA

Tints of London Hue #AB9BAA

RGB

 RED value IS 171 (67.19% from 255) = 34.48%

 GREEN value IS 155 (60.94% from 255) = 31.25%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 34.48%
G = 31.25%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB9BAA (or 0xAB9BAA) is known color: London Hue. HEX triplet: AB, 9B and AA. RGB value is (171,155,170). Sum of RGB (Red+Green+Blue) = 171+155+170=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BAA is #546455. Grayscale: #A1A1A1. Windows color (decimal): -5530710 or 11180971. OLE color: 11180971.

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

Color convert

RGB 171 155 170 -
CMYK 0 0.09 0.01 0.33
HSL 303.75º 0.09% 0.64% -
HSV(B) 303.75º 0.09% 0.67% -
XYZ 35.77 35 42.9 -
YUV 161.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 171 155 170 0 0.09 0.01 0.33 303.75 0.09 0.64
Hex AB 9B AA 0 9 1 21 130 9 40
Octal 253 233 252 0 11 1 41 460 11 100
Binary 10101011 10011011 10101010 0 1001 1 100001 100110000 1001 1000000

Color Harmonies of #AB9BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BAA

Black with #AB9BAA

Text Example


Text Example

White with #AB9BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BAA; }

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

 H1.HeaderClassName
 {
   color: #AB9BAA;
 }
 .AnyTagClassName
 {
   color: #AB9BAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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