Html Css Color HEX #AD8AAB London Hue

📋 copy color: '#AD8AAB'

red 173 ◦ green 138 ◦ blue 171

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

Shades of London Hue #AD8AAB

Tints of London Hue #AD8AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 35.89%
G = 28.63%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD8AAB (or 0xAD8AAB) is known color: London Hue. HEX triplet: AD, 8A and AB. RGB value is (173,138,171). Sum of RGB (Red+Green+Blue) = 173+138+171=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8AAB is #527554. Grayscale: #989898. Windows color (decimal): -5403989 or 11242157. OLE color: 11242157.

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

Color convert

RGB 173 138 171 -
CMYK 0 0.20 0.01 0.32
HSL 303.43º 0.18% 0.61% -
HSV(B) 303.43º 0.2% 0.68% -
XYZ 33.67 30 42.54 -
YUV 152.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 173 138 171 0 0.20 0.01 0.32 303.43 0.18 0.61
Hex AD 8A AB 0 14 1 20 12F 12 3D
Octal 255 212 253 0 24 1 40 457 22 75
Binary 10101101 10001010 10101011 0 10100 1 100000 100101111 10010 111101

Color Harmonies of #AD8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AAB

Black with #AD8AAB

Text Example


Text Example

White with #AD8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AAB; }

 p { color: rgb(173,138,171); }

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

background-color css

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

 a { background-color: rgb(173,138,171); }

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

border-color css

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

 span { border-color: rgb(173,138,171); }

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