Html Css Color HEX #ABA1AB London Hue

📋 copy color: '#ABA1AB'

red 171 ◦ green 161 ◦ blue 171

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

Shades of London Hue #ABA1AB

Tints of London Hue #ABA1AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34%

R = 34%
G = 32.01%
B = 34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#ABA1AB (or 0xABA1AB) is known color: London Hue. HEX triplet: AB, A1 and AB. RGB value is (171,161,171). Sum of RGB (Red+Green+Blue) = 171+161+171=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1AB is #545E54. Grayscale: #A5A5A5. Windows color (decimal): -5529173 or 11248043. OLE color: 11248043.

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

Color convert

RGB 171 161 171 -
CMYK 0 0.06 0 0.33
HSL 300º 0.06% 0.65% -
HSV(B) 300º 0.06% 0.67% -
XYZ 36.89 37.09 43.74 -
YUV 165.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 171 161 171 0 0.06 0 0.33 300 0.06 0.65
Hex AB A1 AB 0 6 0 21 12C 6 41
Octal 253 241 253 0 6 0 41 454 6 101
Binary 10101011 10100001 10101011 0 110 0 100001 100101100 110 1000001

Color Harmonies of #ABA1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1AB

Black with #ABA1AB

Text Example


Text Example

White with #ABA1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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