Html Css Color HEX #AD97AC London Hue

📋 copy color: '#AD97AC'

red 173 ◦ green 151 ◦ blue 172

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

Shades of London Hue #AD97AC

Tints of London Hue #AD97AC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

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

R = 34.88%
G = 30.44%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD97AC (or 0xAD97AC) is known color: London Hue. HEX triplet: AD, 97 and AC. RGB value is (173,151,172). Sum of RGB (Red+Green+Blue) = 173+151+172=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #AD97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97AC is #526853. Grayscale: #9F9F9F. Windows color (decimal): -5400660 or 11311021. OLE color: 11311021.

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

Color convert

RGB 173 151 172 -
CMYK 0 0.13 0.01 0.32
HSL 302.73º 0.12% 0.64% -
HSV(B) 302.73º 0.13% 0.68% -
XYZ 35.75 34 43.71 -
YUV 159.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 173 151 172 0 0.13 0.01 0.32 302.73 0.12 0.64
Hex AD 97 AC 0 D 1 20 12F C 40
Octal 255 227 254 0 15 1 40 457 14 100
Binary 10101101 10010111 10101100 0 1101 1 100000 100101111 1100 1000000

Color Harmonies of #AD97AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97AC

Black with #AD97AC

Text Example


Text Example

White with #AD97AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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