Html Css Color HEX #ABA0AC London Hue

📋 copy color: '#ABA0AC'

red 171 ◦ green 160 ◦ blue 172

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

Shades of London Hue #ABA0AC

Tints of London Hue #ABA0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 34%
G = 31.81%
B = 34.19%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#ABA0AC (or 0xABA0AC) is known color: London Hue. HEX triplet: AB, A0 and AC. RGB value is (171,160,172). Sum of RGB (Red+Green+Blue) = 171+160+172=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 172 - color contains mainly: blue. Hex color #ABA0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0AC is #545F53. Grayscale: #A4A4A4. Windows color (decimal): -5529428 or 11313323. OLE color: 11313323.

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

Color convert

RGB 171 160 172 -
CMYK 0.01 0.07 0 0.33
HSL 295º 0.07% 0.65% -
HSV(B) 295º 0.07% 0.67% -
XYZ 36.81 36.78 44.19 -
YUV 164.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 171 160 172 0.01 0.07 0 0.33 295 0.07 0.65
Hex AB A0 AC 1 7 0 21 127 7 41
Octal 253 240 254 1 7 0 41 447 7 101
Binary 10101011 10100000 10101100 1 111 0 100001 100100111 111 1000001

Color Harmonies of #ABA0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0AC

Black with #ABA0AC

Text Example


Text Example

White with #ABA0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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