Html Css Color HEX #ADA2AB London Hue

📋 copy color: '#ADA2AB'

red 173 ◦ green 162 ◦ blue 171

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

Shades of London Hue #ADA2AB

Tints of London Hue #ADA2AB

RGB

 RED value IS 173 (67.97% from 255) = 34.19%

 GREEN value IS 162 (63.67% from 255) = 32.02%

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

R = 34.19%
G = 32.02%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADA2AB (or 0xADA2AB) is known color: London Hue. HEX triplet: AD, A2 and AB. RGB value is (173,162,171). Sum of RGB (Red+Green+Blue) = 173+162+171=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA2AB is #525D54. Grayscale: #A6A6A6. Windows color (decimal): -5397845 or 11248301. OLE color: 11248301.

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

Color convert

RGB 173 162 171 -
CMYK 0 0.06 0.01 0.32
HSL 310.91º 0.06% 0.66% -
HSV(B) 310.91º 0.06% 0.68% -
XYZ 37.5 37.67 43.82 -
YUV 166.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 173 162 171 0 0.06 0.01 0.32 310.91 0.06 0.66
Hex AD A2 AB 0 6 1 20 137 6 42
Octal 255 242 253 0 6 1 40 467 6 102
Binary 10101101 10100010 10101011 0 110 1 100000 100110111 110 1000010

Color Harmonies of #ADA2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2AB

Black with #ADA2AB

Text Example


Text Example

White with #ADA2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2AB; }

 p { color: rgb(173,162,171); }

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

background-color css

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

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

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

border-color css

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

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

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