Html Css Color HEX #AD8DA4 London Hue

📋 copy color: '#AD8DA4'

red 173 ◦ green 141 ◦ blue 164

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

Shades of London Hue #AD8DA4

Tints of London Hue #AD8DA4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.5%

 BLUE value IS 164 (64.45% from 255) = 34.31%

R = 36.19%
G = 29.5%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD8DA4 (or 0xAD8DA4) is known color: London Hue. HEX triplet: AD, 8D and A4. RGB value is (173,141,164). Sum of RGB (Red+Green+Blue) = 173+141+164=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DA4 is #52725B. Grayscale: #999999. Windows color (decimal): -5403228 or 10784173. OLE color: 10784173.

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

Color convert

RGB 173 141 164 -
CMYK 0 0.18 0.05 0.32
HSL 316.88º 0.16% 0.62% -
HSV(B) 316.88º 0.18% 0.68% -
XYZ 33.46 30.61 39.27 -
YUV 153.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 173 141 164 0 0.18 0.05 0.32 316.88 0.16 0.62
Hex AD 8D A4 0 12 5 20 13D 10 3E
Octal 255 215 244 0 22 5 40 475 20 76
Binary 10101101 10001101 10100100 0 10010 101 100000 100111101 10000 111110

Color Harmonies of #AD8DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DA4

Black with #AD8DA4

Text Example


Text Example

White with #AD8DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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