Html Css Color HEX #AD99AC London Hue

📋 copy color: '#AD99AC'

red 173 ◦ green 153 ◦ blue 172

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

Shades of London Hue #AD99AC

Tints of London Hue #AD99AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 34.74%
G = 30.72%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD99AC (or 0xAD99AC) is known color: London Hue. HEX triplet: AD, 99 and AC. RGB value is (173,153,172). Sum of RGB (Red+Green+Blue) = 173+153+172=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #AD99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99AC is #526653. Grayscale: #A1A1A1. Windows color (decimal): -5400148 or 11311533. OLE color: 11311533.

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

Color convert

RGB 173 153 172 -
CMYK 0 0.12 0.01 0.32
HSL 303º 0.11% 0.64% -
HSV(B) 303º 0.12% 0.68% -
XYZ 36.07 34.65 43.82 -
YUV 161.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 173 153 172 0 0.12 0.01 0.32 303 0.11 0.64
Hex AD 99 AC 0 C 1 20 12F B 40
Octal 255 231 254 0 14 1 40 457 13 100
Binary 10101101 10011001 10101100 0 1100 1 100000 100101111 1011 1000000

Color Harmonies of #AD99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99AC

Black with #AD99AC

Text Example


Text Example

White with #AD99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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