Html Css Color HEX #AD90AF London Hue

📋 copy color: '#AD90AF'

red 173 ◦ green 144 ◦ blue 175

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

Shades of London Hue #AD90AF

Tints of London Hue #AD90AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.27%

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

R = 35.16%
G = 29.27%
B = 35.57%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD90AF (or 0xAD90AF) is known color: London Hue. HEX triplet: AD, 90 and AF. RGB value is (173,144,175). Sum of RGB (Red+Green+Blue) = 173+144+175=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90AF is #526F50. Grayscale: #9C9C9C. Windows color (decimal): -5402449 or 11505837. OLE color: 11505837.

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

Color convert

RGB 173 144 175 -
CMYK 0.01 0.18 0 0.31
HSL 296.13º 0.16% 0.63% -
HSV(B) 296.13º 0.18% 0.69% -
XYZ 34.94 31.93 44.88 -
YUV 156.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 173 144 175 0.01 0.18 0 0.31 296.13 0.16 0.63
Hex AD 90 AF 1 12 0 1F 128 10 3F
Octal 255 220 257 1 22 0 37 450 20 77
Binary 10101101 10010000 10101111 1 10010 0 11111 100101000 10000 111111

Color Harmonies of #AD90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90AF

Black with #AD90AF

Text Example


Text Example

White with #AD90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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