Html Css Color HEX #ADA0AA London Hue

📋 copy color: '#ADA0AA'

red 173 ◦ green 160 ◦ blue 170

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

Shades of London Hue #ADA0AA

Tints of London Hue #ADA0AA

RGB

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

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

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

R = 34.39%
G = 31.81%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#ADA0AA (or 0xADA0AA) is known color: London Hue. HEX triplet: AD, A0 and AA. RGB value is (173,160,170). Sum of RGB (Red+Green+Blue) = 173+160+170=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AA is #525F55. Grayscale: #A4A4A4. Windows color (decimal): -5398358 or 11182253. OLE color: 11182253.

HSL color Cylindrical-coordinate representation of color #ADA0AA: hue angle of 313.85º 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 #ADA0AA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 170 -
CMYK 0 0.08 0.02 0.32
HSL 313.85º 0.07% 0.65% -
HSV(B) 313.85º 0.08% 0.68% -
XYZ 37.06 36.93 43.2 -
YUV 165.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 173 160 170 0 0.08 0.02 0.32 313.85 0.07 0.65
Hex AD A0 AA 0 8 2 20 13A 7 41
Octal 255 240 252 0 10 2 40 472 7 101
Binary 10101101 10100000 10101010 0 1000 10 100000 100111010 111 1000001

Color Harmonies of #ADA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0AA

Black with #ADA0AA

Text Example


Text Example

White with #ADA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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