Html Css Color HEX #AA8DAB London Hue

📋 copy color: '#AA8DAB'

red 170 ◦ green 141 ◦ blue 171

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

Shades of London Hue #AA8DAB

Tints of London Hue #AA8DAB

RGB

 RED value IS 170 (66.8% from 255) = 35.27%

 GREEN value IS 141 (55.47% from 255) = 29.25%

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

R = 35.27%
G = 29.25%
B = 35.48%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA8DAB (or 0xAA8DAB) is known color: London Hue. HEX triplet: AA, 8D and AB. RGB value is (170,141,171). Sum of RGB (Red+Green+Blue) = 170+141+171=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DAB is #557254. Grayscale: #999999. Windows color (decimal): -5599829 or 11242922. OLE color: 11242922.

HSL color Cylindrical-coordinate representation of color #AA8DAB: hue angle of 298º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8DAB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 141 171 -
CMYK 0.01 0.18 0 0.33
HSL 298º 0.15% 0.61% -
HSV(B) 298º 0.18% 0.67% -
XYZ 33.45 30.54 42.66 -
YUV 153.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 170 141 171 0.01 0.18 0 0.33 298 0.15 0.61
Hex AA 8D AB 1 12 0 21 12A F 3D
Octal 252 215 253 1 22 0 41 452 17 75
Binary 10101010 10001101 10101011 1 10010 0 100001 100101010 1111 111101

Color Harmonies of #AA8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DAB

Black with #AA8DAB

Text Example


Text Example

White with #AA8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DAB; }

 p { color: rgb(170,141,171); }

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

background-color css

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

 a { background-color: rgb(170,141,171); }

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

border-color css

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

 span { border-color: rgb(170,141,171); }

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