Html Css Color HEX #AD9AAC London Hue

📋 copy color: '#AD9AAC'

red 173 ◦ green 154 ◦ blue 172

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

Shades of London Hue #AD9AAC

Tints of London Hue #AD9AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.86%

 BLUE value IS 172 (67.58% from 255) = 34.47%

R = 34.67%
G = 30.86%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD9AAC (or 0xAD9AAC) is known color: London Hue. HEX triplet: AD, 9A and AC. RGB value is (173,154,172). Sum of RGB (Red+Green+Blue) = 173+154+172=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AAC is #526553. Grayscale: #A1A1A1. Windows color (decimal): -5399892 or 11311789. OLE color: 11311789.

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

Color convert

RGB 173 154 172 -
CMYK 0 0.11 0.01 0.32
HSL 303.16º 0.1% 0.64% -
HSV(B) 303.16º 0.11% 0.68% -
XYZ 36.24 34.97 43.87 -
YUV 161.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 173 154 172 0 0.11 0.01 0.32 303.16 0.1 0.64
Hex AD 9A AC 0 B 1 20 12F A 40
Octal 255 232 254 0 13 1 40 457 12 100
Binary 10101101 10011010 10101100 0 1011 1 100000 100101111 1010 1000000

Color Harmonies of #AD9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AAC

Black with #AD9AAC

Text Example


Text Example

White with #AD9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AAC; }

 p { color: rgb(173,154,172); }

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

background-color css

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

 a { background-color: rgb(173,154,172); }

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

border-color css

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

 span { border-color: rgb(173,154,172); }

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