Html Css Color HEX #AD95AB London Hue

📋 copy color: '#AD95AB'

red 173 ◦ green 149 ◦ blue 171

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

Shades of London Hue #AD95AB

Tints of London Hue #AD95AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.22%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 35.09%
G = 30.22%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD95AB (or 0xAD95AB) is known color: London Hue. HEX triplet: AD, 95 and AB. RGB value is (173,149,171). Sum of RGB (Red+Green+Blue) = 173+149+171=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #AD95AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD95AB is #526A54. Grayscale: #9E9E9E. Windows color (decimal): -5401173 or 11244973. OLE color: 11244973.

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

Color convert

RGB 173 149 171 -
CMYK 0 0.14 0.01 0.32
HSL 305º 0.13% 0.63% -
HSV(B) 305º 0.14% 0.68% -
XYZ 35.33 33.32 43.1 -
YUV 158.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 173 149 171 0 0.14 0.01 0.32 305 0.13 0.63
Hex AD 95 AB 0 E 1 20 131 D 3F
Octal 255 225 253 0 16 1 40 461 15 77
Binary 10101101 10010101 10101011 0 1110 1 100000 100110001 1101 111111

Color Harmonies of #AD95AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95AB

Black with #AD95AB

Text Example


Text Example

White with #AD95AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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