Html Css Color HEX #ABA4AA London Hue

📋 copy color: '#ABA4AA'

red 171 ◦ green 164 ◦ blue 170

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

Shades of London Hue #ABA4AA

Tints of London Hue #ABA4AA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.48%

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

R = 33.86%
G = 32.48%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#ABA4AA (or 0xABA4AA) is known color: London Hue. HEX triplet: AB, A4 and AA. RGB value is (171,164,170). Sum of RGB (Red+Green+Blue) = 171+164+170=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4AA is #545B55. Grayscale: #A6A6A6. Windows color (decimal): -5528406 or 11183275. OLE color: 11183275.

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

Color convert

RGB 171 164 170 -
CMYK 0 0.04 0.01 0.33
HSL 308.57º 0.04% 0.66% -
HSV(B) 308.57º 0.04% 0.67% -
XYZ 37.33 38.11 43.42 -
YUV 166.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 171 164 170 0 0.04 0.01 0.33 308.57 0.04 0.66
Hex AB A4 AA 0 4 1 21 135 4 42
Octal 253 244 252 0 4 1 41 465 4 102
Binary 10101011 10100100 10101010 0 100 1 100001 100110101 100 1000010

Color Harmonies of #ABA4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4AA

Black with #ABA4AA

Text Example


Text Example

White with #ABA4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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