Html Css Color HEX #ADA9AC London Hue

📋 copy color: '#ADA9AC'

red 173 ◦ green 169 ◦ blue 172

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

Shades of London Hue #ADA9AC

Tints of London Hue #ADA9AC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.88%

 BLUE value IS 172 (67.58% from 255) = 33.46%

R = 33.66%
G = 32.88%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADA9AC (or 0xADA9AC) is known color: London Hue. HEX triplet: AD, A9 and AC. RGB value is (173,169,172). Sum of RGB (Red+Green+Blue) = 173+169+172=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9AC is #525653. Grayscale: #AAAAAA. Windows color (decimal): -5396052 or 11315629. OLE color: 11315629.

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

Color convert

RGB 173 169 172 -
CMYK 0 0.02 0.01 0.32
HSL 315º 0.02% 0.67% -
HSV(B) 315º 0.02% 0.68% -
XYZ 38.87 40.24 44.75 -
YUV 170.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 173 169 172 0 0.02 0.01 0.32 315 0.02 0.67
Hex AD A9 AC 0 2 1 20 13B 2 43
Octal 255 251 254 0 2 1 40 473 2 103
Binary 10101101 10101001 10101100 0 10 1 100000 100111011 10 1000011

Color Harmonies of #ADA9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9AC

Black with #ADA9AC

Text Example


Text Example

White with #ADA9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9AC; }

 p { color: rgb(173,169,172); }

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

background-color css

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

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

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

border-color css

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

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

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