Html Css Color HEX #AD88AA London Hue

📋 copy color: '#AD88AA'

red 173 ◦ green 136 ◦ blue 170

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

Shades of London Hue #AD88AA

Tints of London Hue #AD88AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.39%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 36.12%
G = 28.39%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD88AA (or 0xAD88AA) is known color: London Hue. HEX triplet: AD, 88 and AA. RGB value is (173,136,170). Sum of RGB (Red+Green+Blue) = 173+136+170=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD88AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD88AA is #527755. Grayscale: #969696. Windows color (decimal): -5404502 or 11176109. OLE color: 11176109.

HSL color Cylindrical-coordinate representation of color #AD88AA: hue angle of 304.86º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD88AA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 170 -
CMYK 0 0.21 0.02 0.32
HSL 304.86º 0.18% 0.61% -
HSV(B) 304.86º 0.21% 0.68% -
XYZ 33.29 29.39 41.95 -
YUV 150.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 173 136 170 0 0.21 0.02 0.32 304.86 0.18 0.61
Hex AD 88 AA 0 15 2 20 131 12 3D
Octal 255 210 252 0 25 2 40 461 22 75
Binary 10101101 10001000 10101010 0 10101 10 100000 100110001 10010 111101

Color Harmonies of #AD88AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88AA

Black with #AD88AA

Text Example


Text Example

White with #AD88AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88AA; }

 p { color: rgb(173,136,170); }

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

background-color css

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

 a { background-color: rgb(173,136,170); }

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

border-color css

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

 span { border-color: rgb(173,136,170); }

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