Html Css Color HEX #ADA2AD London Hue

📋 copy color: '#ADA2AD'

red 173 ◦ green 162 ◦ blue 173

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

Shades of London Hue #ADA2AD

Tints of London Hue #ADA2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.89%

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

R = 34.06%
G = 31.89%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ADA2AD (or 0xADA2AD) is known color: London Hue. HEX triplet: AD, A2 and AD. RGB value is (173,162,173). Sum of RGB (Red+Green+Blue) = 173+162+173=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA2AD is #525D52. Grayscale: #A6A6A6. Windows color (decimal): -5397843 or 11379373. OLE color: 11379373.

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

Color convert

RGB 173 162 173 -
CMYK 0 0.06 0 0.32
HSL 300º 0.06% 0.66% -
HSV(B) 300º 0.06% 0.68% -
XYZ 37.7 37.74 44.83 -
YUV 166.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 173 162 173 0 0.06 0 0.32 300 0.06 0.66
Hex AD A2 AD 0 6 0 20 12C 6 42
Octal 255 242 255 0 6 0 40 454 6 102
Binary 10101101 10100010 10101101 0 110 0 100000 100101100 110 1000010

Color Harmonies of #ADA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2AD

Black with #ADA2AD

Text Example


Text Example

White with #ADA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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