Html Css Color HEX #AD91AF London Hue

📋 copy color: '#AD91AF'

red 173 ◦ green 145 ◦ blue 175

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

Shades of London Hue #AD91AF

Tints of London Hue #AD91AF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

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

R = 35.09%
G = 29.41%
B = 35.5%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD91AF (or 0xAD91AF) is known color: London Hue. HEX triplet: AD, 91 and AF. RGB value is (173,145,175). Sum of RGB (Red+Green+Blue) = 173+145+175=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD91AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD91AF is #526E50. Grayscale: #9C9C9C. Windows color (decimal): -5402193 or 11506093. OLE color: 11506093.

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

Color convert

RGB 173 145 175 -
CMYK 0.01 0.17 0 0.31
HSL 296º 0.16% 0.63% -
HSV(B) 296º 0.17% 0.69% -
XYZ 35.1 32.23 44.93 -
YUV 156.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 173 145 175 0.01 0.17 0 0.31 296 0.16 0.63
Hex AD 91 AF 1 11 0 1F 128 10 3F
Octal 255 221 257 1 21 0 37 450 20 77
Binary 10101101 10010001 10101111 1 10001 0 11111 100101000 10000 111111

Color Harmonies of #AD91AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91AF

Black with #AD91AF

Text Example


Text Example

White with #AD91AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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