Html Css Color HEX #AD85A6 London Hue

📋 copy color: '#AD85A6'

red 173 ◦ green 133 ◦ blue 166

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

Shades of London Hue #AD85A6

Tints of London Hue #AD85A6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 166 (65.23% from 255) = 35.17%

R = 36.65%
G = 28.18%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD85A6 (or 0xAD85A6) is known color: London Hue. HEX triplet: AD, 85 and A6. RGB value is (173,133,166). Sum of RGB (Red+Green+Blue) = 173+133+166=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD85A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD85A6 is #527A59. Grayscale: #949494. Windows color (decimal): -5405274 or 10913197. OLE color: 10913197.

HSL color Cylindrical-coordinate representation of color #AD85A6: hue angle of 310.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD85A6 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 166 -
CMYK 0 0.23 0.04 0.32
HSL 310.5º 0.2% 0.6% -
HSV(B) 310.5º 0.23% 0.68% -
XYZ 32.5 28.41 39.85 -
YUV 148.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 173 133 166 0 0.23 0.04 0.32 310.5 0.2 0.6
Hex AD 85 A6 0 17 4 20 136 14 3C
Octal 255 205 246 0 27 4 40 466 24 74
Binary 10101101 10000101 10100110 0 10111 100 100000 100110110 10100 111100

Color Harmonies of #AD85A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85A6

Black with #AD85A6

Text Example


Text Example

White with #AD85A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85A6; }

 p { color: rgb(173,133,166); }

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

background-color css

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

 a { background-color: rgb(173,133,166); }

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

border-color css

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

 span { border-color: rgb(173,133,166); }

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