Html Css Color HEX #AB9DA8 London Hue

📋 copy color: '#AB9DA8'

red 171 ◦ green 157 ◦ blue 168

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

Shades of London Hue #AB9DA8

Tints of London Hue #AB9DA8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.65%

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

R = 34.48%
G = 31.65%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB9DA8 (or 0xAB9DA8) is known color: London Hue. HEX triplet: AB, 9D and A8. RGB value is (171,157,168). Sum of RGB (Red+Green+Blue) = 171+157+168=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DA8 is #546257. Grayscale: #A2A2A2. Windows color (decimal): -5530200 or 11050411. OLE color: 11050411.

HSL color Cylindrical-coordinate representation of color #AB9DA8: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AB9DA8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 168 -
CMYK 0 0.08 0.02 0.33
HSL 312.86º 0.08% 0.64% -
HSV(B) 312.86º 0.08% 0.67% -
XYZ 35.92 35.6 42.02 -
YUV 162.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 171 157 168 0 0.08 0.02 0.33 312.86 0.08 0.64
Hex AB 9D A8 0 8 2 21 139 8 40
Octal 253 235 250 0 10 2 41 471 10 100
Binary 10101011 10011101 10101000 0 1000 10 100001 100111001 1000 1000000

Color Harmonies of #AB9DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DA8

Black with #AB9DA8

Text Example


Text Example

White with #AB9DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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