Html Css Color HEX #AD99B0 London Hue

📋 copy color: '#AD99B0'

red 173 ◦ green 153 ◦ blue 176

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

Shades of London Hue #AD99B0

Tints of London Hue #AD99B0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.48%

 BLUE value IS 176 (69.14% from 255) = 35.06%

R = 34.46%
G = 30.48%
B = 35.06%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD99B0 (or 0xAD99B0) is known color: London Hue. HEX triplet: AD, 99 and B0. RGB value is (173,153,176). Sum of RGB (Red+Green+Blue) = 173+153+176=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD99B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99B0 is #52664F. Grayscale: #A1A1A1. Windows color (decimal): -5400144 or 11573677. OLE color: 11573677.

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

Color convert

RGB 173 153 176 -
CMYK 0.02 0.13 0 0.31
HSL 292.17º 0.13% 0.65% -
HSV(B) 292.17º 0.13% 0.69% -
XYZ 36.46 34.8 45.87 -
YUV 161.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 173 153 176 0.02 0.13 0 0.31 292.17 0.13 0.65
Hex AD 99 B0 2 D 0 1F 124 D 41
Octal 255 231 260 2 15 0 37 444 15 101
Binary 10101101 10011001 10110000 10 1101 0 11111 100100100 1101 1000001

Color Harmonies of #AD99B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99B0

Black with #AD99B0

Text Example


Text Example

White with #AD99B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99B0; }

 p { color: rgb(173,153,176); }

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

background-color css

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

 a { background-color: rgb(173,153,176); }

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

border-color css

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

 span { border-color: rgb(173,153,176); }

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