Html Css Color HEX #ADA4AB London Hue

📋 copy color: '#ADA4AB'

red 173 ◦ green 164 ◦ blue 171

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

Shades of London Hue #ADA4AB

Tints of London Hue #ADA4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.66%

R = 34.06%
G = 32.28%
B = 33.66%

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

#ADA4AB (or 0xADA4AB) is known color: London Hue. HEX triplet: AD, A4 and AB. RGB value is (173,164,171). Sum of RGB (Red+Green+Blue) = 173+164+171=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4AB is #525B54. Grayscale: #A7A7A7. Windows color (decimal): -5397333 or 11248813. OLE color: 11248813.

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

Color convert

RGB 173 164 171 -
CMYK 0 0.05 0.01 0.32
HSL 313.33º 0.05% 0.66% -
HSV(B) 313.33º 0.05% 0.68% -
XYZ 37.86 38.38 43.94 -
YUV 167.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 173 164 171 0 0.05 0.01 0.32 313.33 0.05 0.66
Hex AD A4 AB 0 5 1 20 139 5 42
Octal 255 244 253 0 5 1 40 471 5 102
Binary 10101101 10100100 10101011 0 101 1 100000 100111001 101 1000010

Color Harmonies of #ADA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4AB

Black with #ADA4AB

Text Example


Text Example

White with #ADA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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