Html Css Color HEX #AD82A5 London Hue

📋 copy color: '#AD82A5'

red 173 ◦ green 130 ◦ blue 165

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

Shades of London Hue #AD82A5

Tints of London Hue #AD82A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 36.97%
G = 27.78%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD82A5 (or 0xAD82A5) is known color: London Hue. HEX triplet: AD, 82 and A5. RGB value is (173,130,165). Sum of RGB (Red+Green+Blue) = 173+130+165=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD82A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD82A5 is #527D5A. Grayscale: #929292. Windows color (decimal): -5406043 or 10846893. OLE color: 10846893.

HSL color Cylindrical-coordinate representation of color #AD82A5: hue angle of 311.16º 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 #AD82A5 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 165 -
CMYK 0 0.25 0.05 0.32
HSL 311.16º 0.21% 0.59% -
HSV(B) 311.16º 0.25% 0.68% -
XYZ 32.01 27.57 39.23 -
YUV 146.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 173 130 165 0 0.25 0.05 0.32 311.16 0.21 0.59
Hex AD 82 A5 0 19 5 20 137 15 3B
Octal 255 202 245 0 31 5 40 467 25 73
Binary 10101101 10000010 10100101 0 11001 101 100000 100110111 10101 111011

Color Harmonies of #AD82A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82A5

Black with #AD82A5

Text Example


Text Example

White with #AD82A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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