Html Css Color HEX #AD92AF London Hue

📋 copy color: '#AD92AF'

red 173 ◦ green 146 ◦ blue 175

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

Shades of London Hue #AD92AF

Tints of London Hue #AD92AF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 35.02%
G = 29.55%
B = 35.43%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD92AF (or 0xAD92AF) is known color: London Hue. HEX triplet: AD, 92 and AF. RGB value is (173,146,175). Sum of RGB (Red+Green+Blue) = 173+146+175=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD92AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92AF is #526D50. Grayscale: #9D9D9D. Windows color (decimal): -5401937 or 11506349. OLE color: 11506349.

HSL color Cylindrical-coordinate representation of color #AD92AF: hue angle of 295.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD92AF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 146 175 -
CMYK 0.01 0.17 0 0.31
HSL 295.86º 0.15% 0.63% -
HSV(B) 295.86º 0.17% 0.69% -
XYZ 35.25 32.54 44.98 -
YUV 157.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 173 146 175 0.01 0.17 0 0.31 295.86 0.15 0.63
Hex AD 92 AF 1 11 0 1F 128 F 3F
Octal 255 222 257 1 21 0 37 450 17 77
Binary 10101101 10010010 10101111 1 10001 0 11111 100101000 1111 111111

Color Harmonies of #AD92AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92AF

Black with #AD92AF

Text Example


Text Example

White with #AD92AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92AF; }

 p { color: rgb(173,146,175); }

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

background-color css

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

 a { background-color: rgb(173,146,175); }

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

border-color css

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

 span { border-color: rgb(173,146,175); }

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