Html Css Color HEX #ABA1AA London Hue

📋 copy color: '#ABA1AA'

red 171 ◦ green 161 ◦ blue 170

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

Shades of London Hue #ABA1AA

Tints of London Hue #ABA1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 34.06%
G = 32.07%
B = 33.86%

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

#ABA1AA (or 0xABA1AA) is known color: London Hue. HEX triplet: AB, A1 and AA. RGB value is (171,161,170). Sum of RGB (Red+Green+Blue) = 171+161+170=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1AA is #545E55. Grayscale: #A4A4A4. Windows color (decimal): -5529174 or 11182507. OLE color: 11182507.

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

Color convert

RGB 171 161 170 -
CMYK 0 0.06 0.01 0.33
HSL 306º 0.06% 0.65% -
HSV(B) 306º 0.06% 0.67% -
XYZ 36.8 37.05 43.24 -
YUV 165.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 171 161 170 0 0.06 0.01 0.33 306 0.06 0.65
Hex AB A1 AA 0 6 1 21 132 6 41
Octal 253 241 252 0 6 1 41 462 6 101
Binary 10101011 10100001 10101010 0 110 1 100001 100110010 110 1000001

Color Harmonies of #ABA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1AA

Black with #ABA1AA

Text Example


Text Example

White with #ABA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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