#AD98AC

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

Shades of London Hue #AD98AC

Tints of London Hue #AD98AC

Color information

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

RGB173152172-
CMYK00.120.010.32
HSL302.86º11.35%63.73%-
HSV(B)302.86º12.14%67.84%-
XYZ35.9134.3243.76-
YUV160.56134.46136.87-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315217200.120.010.32302.8611.3563.73
HexAD98AC0C12012fb40
Octal25523025401414045713100
Binary10101101100110001010110001100110000010010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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