Html Css Color HEX #AD98AC London Hue

📋 copy color: '#AD98AC'

red 173 ◦ green 152 ◦ blue 172

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

Shades of London Hue #AD98AC

Tints of London Hue #AD98AC

RGB

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

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

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

R = 34.81%
G = 30.58%
B = 34.61%

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

#AD98AC (or 0xAD98AC) is known color: London Hue. HEX triplet: AD, 98 and AC. RGB value is (173,152,172). Sum of RGB (Red+Green+Blue) = 173+152+172=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98AC is #526753. Grayscale: #A0A0A0. Windows color (decimal): -5400404 or 11311277. OLE color: 11311277.

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

Color convert

RGB 173 152 172 -
CMYK 0 0.12 0.01 0.32
HSL 302.86º 0.11% 0.64% -
HSV(B) 302.86º 0.12% 0.68% -
XYZ 35.91 34.32 43.76 -
YUV 160.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 173 152 172 0 0.12 0.01 0.32 302.86 0.11 0.64
Hex AD 98 AC 0 C 1 20 12F B 40
Octal 255 230 254 0 14 1 40 457 13 100
Binary 10101101 10011000 10101100 0 1100 1 100000 100101111 1011 1000000

Color Harmonies of #AD98AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98AC

Black with #AD98AC

Text Example


Text Example

White with #AD98AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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