Html Css Color HEX #AD99A9 London Hue

📋 copy color: '#AD99A9'

red 173 ◦ green 153 ◦ blue 169

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

Shades of London Hue #AD99A9

Tints of London Hue #AD99A9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.91%

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

R = 34.95%
G = 30.91%
B = 34.14%

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

#AD99A9 (or 0xAD99A9) is known color: London Hue. HEX triplet: AD, 99 and A9. RGB value is (173,153,169). Sum of RGB (Red+Green+Blue) = 173+153+169=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #AD99A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99A9 is #526656. Grayscale: #A0A0A0. Windows color (decimal): -5400151 or 11114925. OLE color: 11114925.

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

Color convert

RGB 173 153 169 -
CMYK 0 0.12 0.02 0.32
HSL 312º 0.11% 0.64% -
HSV(B) 312º 0.12% 0.68% -
XYZ 35.79 34.53 42.32 -
YUV 160.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 173 153 169 0 0.12 0.02 0.32 312 0.11 0.64
Hex AD 99 A9 0 C 2 20 138 B 40
Octal 255 231 251 0 14 2 40 470 13 100
Binary 10101101 10011001 10101001 0 1100 10 100000 100111000 1011 1000000

Color Harmonies of #AD99A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99A9

Black with #AD99A9

Text Example


Text Example

White with #AD99A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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