Html Css Color HEX #AD8EA8 London Hue

📋 copy color: '#AD8EA8'

red 173 ◦ green 142 ◦ blue 168

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

Shades of London Hue #AD8EA8

Tints of London Hue #AD8EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 35.82%
G = 29.4%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD8EA8 (or 0xAD8EA8) is known color: London Hue. HEX triplet: AD, 8E and A8. RGB value is (173,142,168). Sum of RGB (Red+Green+Blue) = 173+142+168=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8EA8 is #527157. Grayscale: #9A9A9A. Windows color (decimal): -5402968 or 11046573. OLE color: 11046573.

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

Color convert

RGB 173 142 168 -
CMYK 0 0.18 0.03 0.32
HSL 309.68º 0.16% 0.62% -
HSV(B) 309.68º 0.18% 0.68% -
XYZ 33.97 31.06 41.25 -
YUV 154.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 173 142 168 0 0.18 0.03 0.32 309.68 0.16 0.62
Hex AD 8E A8 0 12 3 20 136 10 3E
Octal 255 216 250 0 22 3 40 466 20 76
Binary 10101101 10001110 10101000 0 10010 11 100000 100110110 10000 111110

Color Harmonies of #AD8EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8EA8

Black with #AD8EA8

Text Example


Text Example

White with #AD8EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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