Html Css Color HEX #AD8EA6 London Hue

📋 copy color: '#AD8EA6'

red 173 ◦ green 142 ◦ blue 166

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

Shades of London Hue #AD8EA6

Tints of London Hue #AD8EA6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.52%

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

R = 35.97%
G = 29.52%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD8EA6 (or 0xAD8EA6) is known color: London Hue. HEX triplet: AD, 8E and A6. RGB value is (173,142,166). Sum of RGB (Red+Green+Blue) = 173+142+166=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8EA6 is #527159. Grayscale: #999999. Windows color (decimal): -5402970 or 10915501. OLE color: 10915501.

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

Color convert

RGB 173 142 166 -
CMYK 0 0.18 0.04 0.32
HSL 313.55º 0.16% 0.62% -
HSV(B) 313.55º 0.18% 0.68% -
XYZ 33.79 30.98 40.28 -
YUV 154.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 173 142 166 0 0.18 0.04 0.32 313.55 0.16 0.62
Hex AD 8E A6 0 12 4 20 13A 10 3E
Octal 255 216 246 0 22 4 40 472 20 76
Binary 10101101 10001110 10100110 0 10010 100 100000 100111010 10000 111110

Color Harmonies of #AD8EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8EA6

Black with #AD8EA6

Text Example


Text Example

White with #AD8EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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