Html Css Color HEX #AD82AA London Hue

📋 copy color: '#AD82AA'

red 173 ◦ green 130 ◦ blue 170

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

Shades of London Hue #AD82AA

Tints of London Hue #AD82AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

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

R = 36.58%
G = 27.48%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD82AA (or 0xAD82AA) is known color: London Hue. HEX triplet: AD, 82 and AA. RGB value is (173,130,170). Sum of RGB (Red+Green+Blue) = 173+130+170=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD82AA is #527D55. Grayscale: #939393. Windows color (decimal): -5406038 or 11174573. OLE color: 11174573.

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

Color convert

RGB 173 130 170 -
CMYK 0 0.25 0.02 0.32
HSL 304.19º 0.21% 0.59% -
HSV(B) 304.19º 0.25% 0.68% -
XYZ 32.47 27.75 41.68 -
YUV 147.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 173 130 170 0 0.25 0.02 0.32 304.19 0.21 0.59
Hex AD 82 AA 0 19 2 20 130 15 3B
Octal 255 202 252 0 31 2 40 460 25 73
Binary 10101101 10000010 10101010 0 11001 10 100000 100110000 10101 111011

Color Harmonies of #AD82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82AA

Black with #AD82AA

Text Example


Text Example

White with #AD82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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