Html Css Color HEX #ABA0AB London Hue

📋 copy color: '#ABA0AB'

red 171 ◦ green 160 ◦ blue 171

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

Shades of London Hue #ABA0AB

Tints of London Hue #ABA0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.87%

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

R = 34.06%
G = 31.87%
B = 34.06%

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

#ABA0AB (or 0xABA0AB) is known color: London Hue. HEX triplet: AB, A0 and AB. RGB value is (171,160,171). Sum of RGB (Red+Green+Blue) = 171+160+171=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0AB is #545F54. Grayscale: #A4A4A4. Windows color (decimal): -5529429 or 11247787. OLE color: 11247787.

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

Color convert

RGB 171 160 171 -
CMYK 0 0.06 0 0.33
HSL 300º 0.06% 0.65% -
HSV(B) 300º 0.06% 0.67% -
XYZ 36.72 36.74 43.68 -
YUV 164.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 171 160 171 0 0.06 0 0.33 300 0.06 0.65
Hex AB A0 AB 0 6 0 21 12C 6 41
Octal 253 240 253 0 6 0 41 454 6 101
Binary 10101011 10100000 10101011 0 110 0 100001 100101100 110 1000001

Color Harmonies of #ABA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0AB

Black with #ABA0AB

Text Example


Text Example

White with #ABA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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