Html Css Color HEX #ABA4AB London Hue

📋 copy color: '#ABA4AB'

red 171 ◦ green 164 ◦ blue 171

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

Shades of London Hue #ABA4AB

Tints of London Hue #ABA4AB

RGB

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

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

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

R = 33.79%
G = 32.41%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#ABA4AB (or 0xABA4AB) is known color: London Hue. HEX triplet: AB, A4 and AB. RGB value is (171,164,171). Sum of RGB (Red+Green+Blue) = 171+164+171=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4AB is #545B54. Grayscale: #A6A6A6. Windows color (decimal): -5528405 or 11248811. OLE color: 11248811.

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

Color convert

RGB 171 164 171 -
CMYK 0 0.04 0 0.33
HSL 300º 0.04% 0.66% -
HSV(B) 300º 0.04% 0.67% -
XYZ 37.42 38.15 43.92 -
YUV 166.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 171 164 171 0 0.04 0 0.33 300 0.04 0.66
Hex AB A4 AB 0 4 0 21 12C 4 42
Octal 253 244 253 0 4 0 41 454 4 102
Binary 10101011 10100100 10101011 0 100 0 100001 100101100 100 1000010

Color Harmonies of #ABA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4AB

Black with #ABA4AB

Text Example


Text Example

White with #ABA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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