Html Css Color HEX #ABA1AC London Hue

📋 copy color: '#ABA1AC'

red 171 ◦ green 161 ◦ blue 172

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

Shades of London Hue #ABA1AC

Tints of London Hue #ABA1AC

RGB

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

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

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

R = 33.93%
G = 31.94%
B = 34.13%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#ABA1AC (or 0xABA1AC) is known color: London Hue. HEX triplet: AB, A1 and AC. RGB value is (171,161,172). Sum of RGB (Red+Green+Blue) = 171+161+172=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: blue. Hex color #ABA1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1AC is #545E53. Grayscale: #A5A5A5. Windows color (decimal): -5529172 or 11313579. OLE color: 11313579.

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

Color convert

RGB 171 161 172 -
CMYK 0.01 0.06 0 0.33
HSL 294.55º 0.06% 0.65% -
HSV(B) 294.55º 0.06% 0.67% -
XYZ 36.99 37.13 44.25 -
YUV 165.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 171 161 172 0.01 0.06 0 0.33 294.55 0.06 0.65
Hex AB A1 AC 1 6 0 21 127 6 41
Octal 253 241 254 1 6 0 41 447 6 101
Binary 10101011 10100001 10101100 1 110 0 100001 100100111 110 1000001

Color Harmonies of #ABA1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1AC

Black with #ABA1AC

Text Example


Text Example

White with #ABA1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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