Html Css Color HEX #ADA1AB London Hue

📋 copy color: '#ADA1AB'

red 173 ◦ green 161 ◦ blue 171

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

Shades of London Hue #ADA1AB

Tints of London Hue #ADA1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.88%

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

R = 34.26%
G = 31.88%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADA1AB (or 0xADA1AB) is known color: London Hue. HEX triplet: AD, A1 and AB. RGB value is (173,161,171). Sum of RGB (Red+Green+Blue) = 173+161+171=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1AB is #525E54. Grayscale: #A5A5A5. Windows color (decimal): -5398101 or 11248045. OLE color: 11248045.

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

Color convert

RGB 173 161 171 -
CMYK 0 0.07 0.01 0.32
HSL 310º 0.07% 0.65% -
HSV(B) 310º 0.07% 0.68% -
XYZ 37.33 37.31 43.76 -
YUV 165.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 173 161 171 0 0.07 0.01 0.32 310 0.07 0.65
Hex AD A1 AB 0 7 1 20 136 7 41
Octal 255 241 253 0 7 1 40 466 7 101
Binary 10101101 10100001 10101011 0 111 1 100000 100110110 111 1000001

Color Harmonies of #ADA1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1AB

Black with #ADA1AB

Text Example


Text Example

White with #ADA1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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