#AD98A6

Color #AD98A6 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AD98A6

Tints of London Hue #AD98A6

Color information

#AD98A6 (or 0xAD98A6) is unknown color: approx 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

RGB173152166-
CMYK00.120.040.32
HSL320º11.35%63.73%-
HSV(B)320º12.14%67.84%-
XYZ35.3434.0940.79-
YUV159.88131.46137.36-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315216600.120.040.3232011.3563.73
HexAD98A60C420140b40
Octal25523024601444050013100
Binary1010110110011000101001100110010010000010100000010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>