#AD95A7

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

Shades of London Hue #AD95A7

Tints of London Hue #AD95A7

Color information

#AD95A7 (or 0xAD95A7) is unknown color: approx London Hue. HEX triplet: AD, 95 and A7. RGB value is (173,149,167). Sum of RGB (Red+Green+Blue) = 173+149+167=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #AD95A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD95A7 is #526A58. Grayscale: #9E9E9E. Windows color (decimal): -5401177 or 10982829. OLE color: 10982829.

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

Color convert

RGB173149167-
CMYK00.140.030.32
HSL315º12.77%63.14%-
HSV(B)315º13.87%67.84%-
XYZ34.9633.1741.12-
YUV158.23132.95138.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=35.38%
G=30.47%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314916700.140.030.3231512.7763.14
HexAD95A70E32013bd3f
Octal2552252470163404731577
Binary10101101100101011010011101110111000001001110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95A7; }

 p { color: rgb(173,149,167); }

 H1.HeaderClassName
 {
   color: #AD95A7;
 }
 .AnyTagClassName
 {
   color: #AD95A7;
 }
</style>
background-color css

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

 a { background-color: rgb(173,149,167); }

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

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

 span { border-color: rgb(173,149,167); }

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