Html Css Color HEX #ABA3A9 London Hue

📋 copy color: '#ABA3A9'

red 171 ◦ green 163 ◦ blue 169

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

Shades of London Hue #ABA3A9

Tints of London Hue #ABA3A9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.41%

 BLUE value IS 169 (66.41% from 255) = 33.6%

R = 34%
G = 32.41%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#ABA3A9 (or 0xABA3A9) is known color: London Hue. HEX triplet: AB, A3 and A9. RGB value is (171,163,169). Sum of RGB (Red+Green+Blue) = 171+163+169=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA3A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA3A9 is #545C56. Grayscale: #A6A6A6. Windows color (decimal): -5528663 or 11117483. OLE color: 11117483.

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

Color convert

RGB 171 163 169 -
CMYK 0 0.05 0.01 0.33
HSL 315º 0.05% 0.65% -
HSV(B) 315º 0.05% 0.67% -
XYZ 37.05 37.72 42.86 -
YUV 166.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 171 163 169 0 0.05 0.01 0.33 315 0.05 0.65
Hex AB A3 A9 0 5 1 21 13B 5 41
Octal 253 243 251 0 5 1 41 473 5 101
Binary 10101011 10100011 10101001 0 101 1 100001 100111011 101 1000001

Color Harmonies of #ABA3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3A9

Black with #ABA3A9

Text Example


Text Example

White with #ABA3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3A9; }

 p { color: rgb(171,163,169); }

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

background-color css

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

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

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

border-color css

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

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

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