Html Css Color HEX #AD92AA London Hue

📋 copy color: '#AD92AA'

red 173 ◦ green 146 ◦ blue 170

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

Shades of London Hue #AD92AA

Tints of London Hue #AD92AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 35.38%
G = 29.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD92AA (or 0xAD92AA) is known color: London Hue. HEX triplet: AD, 92 and AA. RGB value is (173,146,170). Sum of RGB (Red+Green+Blue) = 173+146+170=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92AA is #526D55. Grayscale: #9C9C9C. Windows color (decimal): -5401942 or 11178669. OLE color: 11178669.

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

Color convert

RGB 173 146 170 -
CMYK 0 0.16 0.02 0.32
HSL 306.67º 0.14% 0.63% -
HSV(B) 306.67º 0.16% 0.68% -
XYZ 34.77 32.34 42.44 -
YUV 156.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 173 146 170 0 0.16 0.02 0.32 306.67 0.14 0.63
Hex AD 92 AA 0 10 2 20 133 E 3F
Octal 255 222 252 0 20 2 40 463 16 77
Binary 10101101 10010010 10101010 0 10000 10 100000 100110011 1110 111111

Color Harmonies of #AD92AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92AA

Black with #AD92AA

Text Example


Text Example

White with #AD92AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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