Html Css Color HEX #ABA1A9 London Hue

📋 copy color: '#ABA1A9'

red 171 ◦ green 161 ◦ blue 169

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

Shades of London Hue #ABA1A9

Tints of London Hue #ABA1A9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.14%

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

R = 34.13%
G = 32.14%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#ABA1A9 (or 0xABA1A9) is known color: London Hue. HEX triplet: AB, A1 and A9. RGB value is (171,161,169). Sum of RGB (Red+Green+Blue) = 171+161+169=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1A9 is #545E56. Grayscale: #A4A4A4. Windows color (decimal): -5529175 or 11116971. OLE color: 11116971.

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

Color convert

RGB 171 161 169 -
CMYK 0 0.06 0.01 0.33
HSL 312º 0.06% 0.65% -
HSV(B) 312º 0.06% 0.67% -
XYZ 36.7 37.01 42.75 -
YUV 164.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 171 161 169 0 0.06 0.01 0.33 312 0.06 0.65
Hex AB A1 A9 0 6 1 21 138 6 41
Octal 253 241 251 0 6 1 41 470 6 101
Binary 10101011 10100001 10101001 0 110 1 100001 100111000 110 1000001

Color Harmonies of #ABA1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1A9

Black with #ABA1A9

Text Example


Text Example

White with #ABA1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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