Html Css Color HEX #AD90A6 London Hue

📋 copy color: '#AD90A6'

red 173 ◦ green 144 ◦ blue 166

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

Shades of London Hue #AD90A6

Tints of London Hue #AD90A6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.81%

 BLUE value IS 166 (65.23% from 255) = 34.37%

R = 35.82%
G = 29.81%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD90A6 (or 0xAD90A6) is known color: London Hue. HEX triplet: AD, 90 and A6. RGB value is (173,144,166). Sum of RGB (Red+Green+Blue) = 173+144+166=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90A6 is #526F59. Grayscale: #9B9B9B. Windows color (decimal): -5402458 or 10916013. OLE color: 10916013.

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

Color convert

RGB 173 144 166 -
CMYK 0 0.17 0.04 0.32
HSL 314.48º 0.15% 0.62% -
HSV(B) 314.48º 0.17% 0.68% -
XYZ 34.09 31.58 40.38 -
YUV 155.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 173 144 166 0 0.17 0.04 0.32 314.48 0.15 0.62
Hex AD 90 A6 0 11 4 20 13A F 3E
Octal 255 220 246 0 21 4 40 472 17 76
Binary 10101101 10010000 10100110 0 10001 100 100000 100111010 1111 111110

Color Harmonies of #AD90A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90A6

Black with #AD90A6

Text Example


Text Example

White with #AD90A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90A6; }

 p { color: rgb(173,144,166); }

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

background-color css

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

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

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

border-color css

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

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

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