Html Css Color HEX #AD89AF London Hue

📋 copy color: '#AD89AF'

red 173 ◦ green 137 ◦ blue 175

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

Shades of London Hue #AD89AF

Tints of London Hue #AD89AF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.25%

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

R = 35.67%
G = 28.25%
B = 36.08%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD89AF (or 0xAD89AF) is known color: London Hue. HEX triplet: AD, 89 and AF. RGB value is (173,137,175). Sum of RGB (Red+Green+Blue) = 173+137+175=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD89AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD89AF is #527650. Grayscale: #979797. Windows color (decimal): -5404241 or 11504045. OLE color: 11504045.

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

Color convert

RGB 173 137 175 -
CMYK 0.01 0.22 0 0.31
HSL 296.84º 0.19% 0.61% -
HSV(B) 296.84º 0.22% 0.69% -
XYZ 33.92 29.87 44.54 -
YUV 152.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 173 137 175 0.01 0.22 0 0.31 296.84 0.19 0.61
Hex AD 89 AF 1 16 0 1F 129 13 3D
Octal 255 211 257 1 26 0 37 451 23 75
Binary 10101101 10001001 10101111 1 10110 0 11111 100101001 10011 111101

Color Harmonies of #AD89AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89AF

Black with #AD89AF

Text Example


Text Example

White with #AD89AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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