Html Css Color HEX #AD94AA London Hue

📋 copy color: '#AD94AA'

red 173 ◦ green 148 ◦ blue 170

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

Shades of London Hue #AD94AA

Tints of London Hue #AD94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.14%

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

R = 35.23%
G = 30.14%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD94AA (or 0xAD94AA) is known color: London Hue. HEX triplet: AD, 94 and AA. RGB value is (173,148,170). Sum of RGB (Red+Green+Blue) = 173+148+170=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD94AA is #526B55. Grayscale: #9D9D9D. Windows color (decimal): -5401430 or 11179181. OLE color: 11179181.

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

Color convert

RGB 173 148 170 -
CMYK 0 0.14 0.02 0.32
HSL 307.2º 0.13% 0.63% -
HSV(B) 307.2º 0.14% 0.68% -
XYZ 35.08 32.97 42.54 -
YUV 157.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 173 148 170 0 0.14 0.02 0.32 307.2 0.13 0.63
Hex AD 94 AA 0 E 2 20 133 D 3F
Octal 255 224 252 0 16 2 40 463 15 77
Binary 10101101 10010100 10101010 0 1110 10 100000 100110011 1101 111111

Color Harmonies of #AD94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94AA

Black with #AD94AA

Text Example


Text Example

White with #AD94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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