Html Css Color HEX #ABA6AA London Hue

📋 copy color: '#ABA6AA'

red 171 ◦ green 166 ◦ blue 170

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

Shades of London Hue #ABA6AA

Tints of London Hue #ABA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.74%

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

R = 33.73%
G = 32.74%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#ABA6AA (or 0xABA6AA) is known color: London Hue. HEX triplet: AB, A6 and AA. RGB value is (171,166,170). Sum of RGB (Red+Green+Blue) = 171+166+170=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6AA is #545955. Grayscale: #A7A7A7. Windows color (decimal): -5527894 or 11183787. OLE color: 11183787.

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

Color convert

RGB 171 166 170 -
CMYK 0 0.03 0.01 0.33
HSL 312º 0.03% 0.66% -
HSV(B) 312º 0.03% 0.67% -
XYZ 37.69 38.83 43.54 -
YUV 167.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 171 166 170 0 0.03 0.01 0.33 312 0.03 0.66
Hex AB A6 AA 0 3 1 21 138 3 42
Octal 253 246 252 0 3 1 41 470 3 102
Binary 10101011 10100110 10101010 0 11 1 100001 100111000 11 1000010

Color Harmonies of #ABA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6AA

Black with #ABA6AA

Text Example


Text Example

White with #ABA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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