Html Css Color HEX #AD9CAF London Hue

📋 copy color: '#AD9CAF'

red 173 ◦ green 156 ◦ blue 175

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

Shades of London Hue #AD9CAF

Tints of London Hue #AD9CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.95%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 34.33%
G = 30.95%
B = 34.72%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD9CAF (or 0xAD9CAF) is known color: London Hue. HEX triplet: AD, 9C and AF. RGB value is (173,156,175). Sum of RGB (Red+Green+Blue) = 173+156+175=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD9CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CAF is #526350. Grayscale: #A3A3A3. Windows color (decimal): -5399377 or 11508909. OLE color: 11508909.

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

Color convert

RGB 173 156 175 -
CMYK 0.01 0.11 0 0.31
HSL 293.68º 0.11% 0.65% -
HSV(B) 293.68º 0.11% 0.69% -
XYZ 36.86 35.76 45.52 -
YUV 163.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 173 156 175 0.01 0.11 0 0.31 293.68 0.11 0.65
Hex AD 9C AF 1 B 0 1F 126 B 41
Octal 255 234 257 1 13 0 37 446 13 101
Binary 10101101 10011100 10101111 1 1011 0 11111 100100110 1011 1000001

Color Harmonies of #AD9CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CAF

Black with #AD9CAF

Text Example


Text Example

White with #AD9CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CAF; }

 p { color: rgb(173,156,175); }

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

background-color css

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

 a { background-color: rgb(173,156,175); }

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

border-color css

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

 span { border-color: rgb(173,156,175); }

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