Html Css Color HEX #ADA5AC London Hue

📋 copy color: '#ADA5AC'

red 173 ◦ green 165 ◦ blue 172

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

Shades of London Hue #ADA5AC

Tints of London Hue #ADA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.35%

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

R = 33.92%
G = 32.35%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADA5AC (or 0xADA5AC) is known color: London Hue. HEX triplet: AD, A5 and AC. RGB value is (173,165,172). Sum of RGB (Red+Green+Blue) = 173+165+172=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5AC is #525A53. Grayscale: #A8A8A8. Windows color (decimal): -5397076 or 11314605. OLE color: 11314605.

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

Color convert

RGB 173 165 172 -
CMYK 0 0.05 0.01 0.32
HSL 307.5º 0.05% 0.66% -
HSV(B) 307.5º 0.05% 0.68% -
XYZ 38.14 38.77 44.5 -
YUV 168.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 173 165 172 0 0.05 0.01 0.32 307.5 0.05 0.66
Hex AD A5 AC 0 5 1 20 134 5 42
Octal 255 245 254 0 5 1 40 464 5 102
Binary 10101101 10100101 10101100 0 101 1 100000 100110100 101 1000010

Color Harmonies of #ADA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5AC

Black with #ADA5AC

Text Example


Text Example

White with #ADA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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