Html Css Color HEX #AD98A9 London Hue

📋 copy color: '#AD98A9'

red 173 ◦ green 152 ◦ blue 169

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

Shades of London Hue #AD98A9

Tints of London Hue #AD98A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.77%

 BLUE value IS 169 (66.41% from 255) = 34.21%

R = 35.02%
G = 30.77%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD98A9 (or 0xAD98A9) is known color: London Hue. HEX triplet: AD, 98 and A9. RGB value is (173,152,169). Sum of RGB (Red+Green+Blue) = 173+152+169=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98A9 is #526756. Grayscale: #A0A0A0. Windows color (decimal): -5400407 or 11114669. OLE color: 11114669.

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

Color convert

RGB 173 152 169 -
CMYK 0 0.12 0.02 0.32
HSL 311.43º 0.11% 0.64% -
HSV(B) 311.43º 0.12% 0.68% -
XYZ 35.62 34.21 42.26 -
YUV 160.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 173 152 169 0 0.12 0.02 0.32 311.43 0.11 0.64
Hex AD 98 A9 0 C 2 20 137 B 40
Octal 255 230 251 0 14 2 40 467 13 100
Binary 10101101 10011000 10101001 0 1100 10 100000 100110111 1011 1000000

Color Harmonies of #AD98A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98A9

Black with #AD98A9

Text Example


Text Example

White with #AD98A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98A9; }

 p { color: rgb(173,152,169); }

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

background-color css

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

 a { background-color: rgb(173,152,169); }

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

border-color css

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

 span { border-color: rgb(173,152,169); }

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