Html Css Color HEX #AD85A9 London Hue

📋 copy color: '#AD85A9'

red 173 ◦ green 133 ◦ blue 169

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

Shades of London Hue #AD85A9

Tints of London Hue #AD85A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.58%

R = 36.42%
G = 28%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD85A9 (or 0xAD85A9) is known color: London Hue. HEX triplet: AD, 85 and A9. RGB value is (173,133,169). Sum of RGB (Red+Green+Blue) = 173+133+169=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD85A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD85A9 is #527A56. Grayscale: #949494. Windows color (decimal): -5405271 or 11109805. OLE color: 11109805.

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

Color convert

RGB 173 133 169 -
CMYK 0 0.23 0.02 0.32
HSL 306º 0.2% 0.6% -
HSV(B) 306º 0.23% 0.68% -
XYZ 32.78 28.52 41.31 -
YUV 149.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 173 133 169 0 0.23 0.02 0.32 306 0.2 0.6
Hex AD 85 A9 0 17 2 20 132 14 3C
Octal 255 205 251 0 27 2 40 462 24 74
Binary 10101101 10000101 10101001 0 10111 10 100000 100110010 10100 111100

Color Harmonies of #AD85A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85A9

Black with #AD85A9

Text Example


Text Example

White with #AD85A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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