Html Css Color HEX #AB9DA9 London Hue

📋 copy color: '#AB9DA9'

red 171 ◦ green 157 ◦ blue 169

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

Shades of London Hue #AB9DA9

Tints of London Hue #AB9DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34%

R = 34.41%
G = 31.59%
B = 34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB9DA9 (or 0xAB9DA9) is known color: London Hue. HEX triplet: AB, 9D and A9. RGB value is (171,157,169). Sum of RGB (Red+Green+Blue) = 171+157+169=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DA9 is #546256. Grayscale: #A2A2A2. Windows color (decimal): -5530199 or 11115947. OLE color: 11115947.

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

Color convert

RGB 171 157 169 -
CMYK 0 0.08 0.01 0.33
HSL 308.57º 0.08% 0.64% -
HSV(B) 308.57º 0.08% 0.67% -
XYZ 36.01 35.64 42.52 -
YUV 162.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 171 157 169 0 0.08 0.01 0.33 308.57 0.08 0.64
Hex AB 9D A9 0 8 1 21 135 8 40
Octal 253 235 251 0 10 1 41 465 10 100
Binary 10101011 10011101 10101001 0 1000 1 100001 100110101 1000 1000000

Color Harmonies of #AB9DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DA9

Black with #AB9DA9

Text Example


Text Example

White with #AB9DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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