Html Css Color HEX #ABA8AB London Hue

📋 copy color: '#ABA8AB'

red 171 ◦ green 168 ◦ blue 171

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

Shades of London Hue #ABA8AB

Tints of London Hue #ABA8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.94%

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

R = 33.53%
G = 32.94%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#ABA8AB (or 0xABA8AB) is known color: London Hue. HEX triplet: AB, A8 and AB. RGB value is (171,168,171). Sum of RGB (Red+Green+Blue) = 171+168+171=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8AB is #545754. Grayscale: #A9A9A9. Windows color (decimal): -5527381 or 11249835. OLE color: 11249835.

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

Color convert

RGB 171 168 171 -
CMYK 0 0.02 0 0.33
HSL 300º 0.02% 0.66% -
HSV(B) 300º 0.02% 0.67% -
XYZ 38.15 39.6 44.16 -
YUV 169.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 171 168 171 0 0.02 0 0.33 300 0.02 0.66
Hex AB A8 AB 0 2 0 21 12C 2 42
Octal 253 250 253 0 2 0 41 454 2 102
Binary 10101011 10101000 10101011 0 10 0 100001 100101100 10 1000010

Color Harmonies of #ABA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8AB

Black with #ABA8AB

Text Example


Text Example

White with #ABA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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