Html Css Color HEX #ADA0AB London Hue

📋 copy color: '#ADA0AB'

red 173 ◦ green 160 ◦ blue 171

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

Shades of London Hue #ADA0AB

Tints of London Hue #ADA0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.75%

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

R = 34.33%
G = 31.75%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADA0AB (or 0xADA0AB) is known color: London Hue. HEX triplet: AD, A0 and AB. RGB value is (173,160,171). Sum of RGB (Red+Green+Blue) = 173+160+171=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AB is #525F54. Grayscale: #A5A5A5. Windows color (decimal): -5398357 or 11247789. OLE color: 11247789.

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

Color convert

RGB 173 160 171 -
CMYK 0 0.08 0.01 0.32
HSL 309.23º 0.07% 0.65% -
HSV(B) 309.23º 0.08% 0.68% -
XYZ 37.16 36.97 43.7 -
YUV 165.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 173 160 171 0 0.08 0.01 0.32 309.23 0.07 0.65
Hex AD A0 AB 0 8 1 20 135 7 41
Octal 255 240 253 0 10 1 40 465 7 101
Binary 10101101 10100000 10101011 0 1000 1 100000 100110101 111 1000001

Color Harmonies of #ADA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0AB

Black with #ADA0AB

Text Example


Text Example

White with #ADA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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