Html Css Color HEX #ADA0AE London Hue

📋 copy color: '#ADA0AE'

red 173 ◦ green 160 ◦ blue 174

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

Shades of London Hue #ADA0AE

Tints of London Hue #ADA0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.32%

R = 34.12%
G = 31.56%
B = 34.32%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ADA0AE (or 0xADA0AE) is known color: London Hue. HEX triplet: AD, A0 and AE. RGB value is (173,160,174). Sum of RGB (Red+Green+Blue) = 173+160+174=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADA0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AE is #525F51. Grayscale: #A5A5A5. Windows color (decimal): -5398354 or 11444397. OLE color: 11444397.

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

Color convert

RGB 173 160 174 -
CMYK 0.01 0.08 0 0.32
HSL 295.71º 0.08% 0.65% -
HSV(B) 295.71º 0.08% 0.68% -
XYZ 37.44 37.08 45.23 -
YUV 165.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 173 160 174 0.01 0.08 0 0.32 295.71 0.08 0.65
Hex AD A0 AE 1 8 0 20 128 8 41
Octal 255 240 256 1 10 0 40 450 10 101
Binary 10101101 10100000 10101110 1 1000 0 100000 100101000 1000 1000001

Color Harmonies of #ADA0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0AE

Black with #ADA0AE

Text Example


Text Example

White with #ADA0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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