Html Css Color HEX #AB9BA8 London Hue

📋 copy color: '#AB9BA8'

red 171 ◦ green 155 ◦ blue 168

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

Shades of London Hue #AB9BA8

Tints of London Hue #AB9BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.01%

R = 34.62%
G = 31.38%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB9BA8 (or 0xAB9BA8) is known color: London Hue. HEX triplet: AB, 9B and A8. RGB value is (171,155,168). Sum of RGB (Red+Green+Blue) = 171+155+168=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BA8 is #546457. Grayscale: #A1A1A1. Windows color (decimal): -5530712 or 11049899. OLE color: 11049899.

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

Color convert

RGB 171 155 168 -
CMYK 0 0.09 0.02 0.33
HSL 311.25º 0.09% 0.64% -
HSV(B) 311.25º 0.09% 0.67% -
XYZ 35.58 34.93 41.91 -
YUV 161.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 171 155 168 0 0.09 0.02 0.33 311.25 0.09 0.64
Hex AB 9B A8 0 9 2 21 137 9 40
Octal 253 233 250 0 11 2 41 467 11 100
Binary 10101011 10011011 10101000 0 1001 10 100001 100110111 1001 1000000

Color Harmonies of #AB9BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BA8

Black with #AB9BA8

Text Example


Text Example

White with #AB9BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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