Html Css Color HEX #ADA1AA London Hue

📋 copy color: '#ADA1AA'

red 173 ◦ green 161 ◦ blue 170

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

Shades of London Hue #ADA1AA

Tints of London Hue #ADA1AA

RGB

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

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

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

R = 34.33%
G = 31.94%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#ADA1AA (or 0xADA1AA) is known color: London Hue. HEX triplet: AD, A1 and AA. RGB value is (173,161,170). Sum of RGB (Red+Green+Blue) = 173+161+170=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1AA is #525E55. Grayscale: #A5A5A5. Windows color (decimal): -5398102 or 11182509. OLE color: 11182509.

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

Color convert

RGB 173 161 170 -
CMYK 0 0.07 0.02 0.32
HSL 315º 0.07% 0.65% -
HSV(B) 315º 0.07% 0.68% -
XYZ 37.23 37.28 43.26 -
YUV 165.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 173 161 170 0 0.07 0.02 0.32 315 0.07 0.65
Hex AD A1 AA 0 7 2 20 13B 7 41
Octal 255 241 252 0 7 2 40 473 7 101
Binary 10101101 10100001 10101010 0 111 10 100000 100111011 111 1000001

Color Harmonies of #ADA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1AA

Black with #ADA1AA

Text Example


Text Example

White with #ADA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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