Html Css Color HEX #ADA4AD London Hue

📋 copy color: '#ADA4AD'

red 173 ◦ green 164 ◦ blue 173

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

Shades of London Hue #ADA4AD

Tints of London Hue #ADA4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.16%

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 33.92%
G = 32.16%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ADA4AD (or 0xADA4AD) is known color: London Hue. HEX triplet: AD, A4 and AD. RGB value is (173,164,173). Sum of RGB (Red+Green+Blue) = 173+164+173=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4AD is #525B52. Grayscale: #A7A7A7. Windows color (decimal): -5397331 or 11379885. OLE color: 11379885.

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

Color convert

RGB 173 164 173 -
CMYK 0 0.05 0 0.32
HSL 300º 0.05% 0.66% -
HSV(B) 300º 0.05% 0.68% -
XYZ 38.05 38.45 44.95 -
YUV 167.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 173 164 173 0 0.05 0 0.32 300 0.05 0.66
Hex AD A4 AD 0 5 0 20 12C 5 42
Octal 255 244 255 0 5 0 40 454 5 102
Binary 10101101 10100100 10101101 0 101 0 100000 100101100 101 1000010

Color Harmonies of #ADA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4AD

Black with #ADA4AD

Text Example


Text Example

White with #ADA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4AD; }

 p { color: rgb(173,164,173); }

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

background-color css

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

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

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

border-color css

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

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

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