Html Css Color HEX #AD98A6 London Hue

📋 copy color: '#AD98A6'

red 173 ◦ green 152 ◦ blue 166

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

Shades of London Hue #AD98A6

Tints of London Hue #AD98A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 35.23%
G = 30.96%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD98A6 (or 0xAD98A6) is known color: London Hue. HEX triplet: AD, 98 and A6. RGB value is (173,152,166). Sum of RGB (Red+Green+Blue) = 173+152+166=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98A6 is #526759. Grayscale: #9F9F9F. Windows color (decimal): -5400410 or 10918061. OLE color: 10918061.

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

Color convert

RGB 173 152 166 -
CMYK 0 0.12 0.04 0.32
HSL 320º 0.11% 0.64% -
HSV(B) 320º 0.12% 0.68% -
XYZ 35.34 34.09 40.79 -
YUV 159.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 173 152 166 0 0.12 0.04 0.32 320 0.11 0.64
Hex AD 98 A6 0 C 4 20 140 B 40
Octal 255 230 246 0 14 4 40 500 13 100
Binary 10101101 10011000 10100110 0 1100 100 100000 101000000 1011 1000000

Color Harmonies of #AD98A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98A6

Black with #AD98A6

Text Example


Text Example

White with #AD98A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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