Html Css Color HEX #AD9FAB London Hue

📋 copy color: '#AD9FAB'

red 173 ◦ green 159 ◦ blue 171

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

Shades of London Hue #AD9FAB

Tints of London Hue #AD9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.61%

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

R = 34.39%
G = 31.61%
B = 34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD9FAB (or 0xAD9FAB) is known color: London Hue. HEX triplet: AD, 9F and AB. RGB value is (173,159,171). Sum of RGB (Red+Green+Blue) = 173+159+171=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FAB is #526054. Grayscale: #A4A4A4. Windows color (decimal): -5398613 or 11247533. OLE color: 11247533.

HSL color Cylindrical-coordinate representation of color #AD9FAB: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AD9FAB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 171 -
CMYK 0 0.08 0.01 0.32
HSL 308.57º 0.08% 0.65% -
HSV(B) 308.57º 0.08% 0.68% -
XYZ 36.98 36.62 43.65 -
YUV 164.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 173 159 171 0 0.08 0.01 0.32 308.57 0.08 0.65
Hex AD 9F AB 0 8 1 20 135 8 41
Octal 255 237 253 0 10 1 40 465 10 101
Binary 10101101 10011111 10101011 0 1000 1 100000 100110101 1000 1000001

Color Harmonies of #AD9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FAB

Black with #AD9FAB

Text Example


Text Example

White with #AD9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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