Html Css Color HEX #ABA3AA London Hue

📋 copy color: '#ABA3AA'

red 171 ◦ green 163 ◦ blue 170

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

Shades of London Hue #ABA3AA

Tints of London Hue #ABA3AA

RGB

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

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

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

R = 33.93%
G = 32.34%
B = 33.73%

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

#ABA3AA (or 0xABA3AA) is known color: London Hue. HEX triplet: AB, A3 and AA. RGB value is (171,163,170). Sum of RGB (Red+Green+Blue) = 171+163+170=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA3AA is #545C55. Grayscale: #A6A6A6. Windows color (decimal): -5528662 or 11183019. OLE color: 11183019.

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

Color convert

RGB 171 163 170 -
CMYK 0 0.05 0.01 0.33
HSL 307.5º 0.05% 0.65% -
HSV(B) 307.5º 0.05% 0.67% -
XYZ 37.15 37.75 43.36 -
YUV 166.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 171 163 170 0 0.05 0.01 0.33 307.5 0.05 0.65
Hex AB A3 AA 0 5 1 21 134 5 41
Octal 253 243 252 0 5 1 41 464 5 101
Binary 10101011 10100011 10101010 0 101 1 100001 100110100 101 1000001

Color Harmonies of #ABA3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3AA

Black with #ABA3AA

Text Example


Text Example

White with #ABA3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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