Html Css Color HEX #AD99AE London Hue

📋 copy color: '#AD99AE'

red 173 ◦ green 153 ◦ blue 174

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

Shades of London Hue #AD99AE

Tints of London Hue #AD99AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 34.6%
G = 30.6%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD99AE (or 0xAD99AE) is known color: London Hue. HEX triplet: AD, 99 and AE. RGB value is (173,153,174). Sum of RGB (Red+Green+Blue) = 173+153+174=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99AE is #526651. Grayscale: #A1A1A1. Windows color (decimal): -5400146 or 11442605. OLE color: 11442605.

HSL color Cylindrical-coordinate representation of color #AD99AE: hue angle of 297.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD99AE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 174 -
CMYK 0.01 0.12 0 0.32
HSL 297.14º 0.11% 0.64% -
HSV(B) 297.14º 0.12% 0.68% -
XYZ 36.26 34.72 44.84 -
YUV 161.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 173 153 174 0.01 0.12 0 0.32 297.14 0.11 0.64
Hex AD 99 AE 1 C 0 20 129 B 40
Octal 255 231 256 1 14 0 40 451 13 100
Binary 10101101 10011001 10101110 1 1100 0 100000 100101001 1011 1000000

Color Harmonies of #AD99AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99AE

Black with #AD99AE

Text Example


Text Example

White with #AD99AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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