Html Css Color HEX #AA8BA6 London Hue

📋 copy color: '#AA8BA6'

red 170 ◦ green 139 ◦ blue 166

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

Shades of London Hue #AA8BA6

Tints of London Hue #AA8BA6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.26%

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

R = 35.79%
G = 29.26%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA8BA6 (or 0xAA8BA6) is known color: London Hue. HEX triplet: AA, 8B and A6. RGB value is (170,139,166). Sum of RGB (Red+Green+Blue) = 170+139+166=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BA6 is #557459. Grayscale: #979797. Windows color (decimal): -5600346 or 10914730. OLE color: 10914730.

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

Color convert

RGB 170 139 166 -
CMYK 0 0.18 0.02 0.33
HSL 307.74º 0.15% 0.61% -
HSV(B) 307.74º 0.18% 0.67% -
XYZ 32.69 29.76 40.1 -
YUV 151.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 170 139 166 0 0.18 0.02 0.33 307.74 0.15 0.61
Hex AA 8B A6 0 12 2 21 134 F 3D
Octal 252 213 246 0 22 2 41 464 17 75
Binary 10101010 10001011 10100110 0 10010 10 100001 100110100 1111 111101

Color Harmonies of #AA8BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BA6

Black with #AA8BA6

Text Example


Text Example

White with #AA8BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BA6; }

 p { color: rgb(170,139,166); }

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

background-color css

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

 a { background-color: rgb(170,139,166); }

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

border-color css

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

 span { border-color: rgb(170,139,166); }

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