Html Css Color HEX #ABA5AB London Hue

📋 copy color: '#ABA5AB'

red 171 ◦ green 165 ◦ blue 171

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

Shades of London Hue #ABA5AB

Tints of London Hue #ABA5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

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

R = 33.73%
G = 32.54%
B = 33.73%

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

#ABA5AB (or 0xABA5AB) is known color: London Hue. HEX triplet: AB, A5 and AB. RGB value is (171,165,171). Sum of RGB (Red+Green+Blue) = 171+165+171=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA5AB is #545A54. Grayscale: #A7A7A7. Windows color (decimal): -5528149 or 11249067. OLE color: 11249067.

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

Color convert

RGB 171 165 171 -
CMYK 0 0.04 0 0.33
HSL 300º 0.03% 0.66% -
HSV(B) 300º 0.04% 0.67% -
XYZ 37.6 38.51 43.98 -
YUV 167.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 171 165 171 0 0.04 0 0.33 300 0.03 0.66
Hex AB A5 AB 0 4 0 21 12C 3 42
Octal 253 245 253 0 4 0 41 454 3 102
Binary 10101011 10100101 10101011 0 100 0 100001 100101100 11 1000010

Color Harmonies of #ABA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5AB

Black with #ABA5AB

Text Example


Text Example

White with #ABA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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