Html Css Color HEX #AB9BAB London Hue

📋 copy color: '#AB9BAB'

red 171 ◦ green 155 ◦ blue 171

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

Shades of London Hue #AB9BAB

Tints of London Hue #AB9BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 34.41%
G = 31.19%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB9BAB (or 0xAB9BAB) is known color: London Hue. HEX triplet: AB, 9B and AB. RGB value is (171,155,171). Sum of RGB (Red+Green+Blue) = 171+155+171=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB9BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BAB is #546454. Grayscale: #A1A1A1. Windows color (decimal): -5530709 or 11246507. OLE color: 11246507.

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

Color convert

RGB 171 155 171 -
CMYK 0 0.09 0 0.33
HSL 300º 0.09% 0.64% -
HSV(B) 300º 0.09% 0.67% -
XYZ 35.87 35.04 43.4 -
YUV 161.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 171 155 171 0 0.09 0 0.33 300 0.09 0.64
Hex AB 9B AB 0 9 0 21 12C 9 40
Octal 253 233 253 0 11 0 41 454 11 100
Binary 10101011 10011011 10101011 0 1001 0 100001 100101100 1001 1000000

Color Harmonies of #AB9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BAB

Black with #AB9BAB

Text Example


Text Example

White with #AB9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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