Html Css Color HEX #AA8BA7 London Hue

📋 copy color: '#AA8BA7'

red 170 ◦ green 139 ◦ blue 167

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

Shades of London Hue #AA8BA7

Tints of London Hue #AA8BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.08%

R = 35.71%
G = 29.2%
B = 35.08%

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

#AA8BA7 (or 0xAA8BA7) is known color: London Hue. HEX triplet: AA, 8B and A7. RGB value is (170,139,167). Sum of RGB (Red+Green+Blue) = 170+139+167=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BA7 is #557458. Grayscale: #979797. Windows color (decimal): -5600345 or 10980266. OLE color: 10980266.

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

Color convert

RGB 170 139 167 -
CMYK 0 0.18 0.02 0.33
HSL 305.81º 0.15% 0.61% -
HSV(B) 305.81º 0.18% 0.67% -
XYZ 32.79 29.8 40.58 -
YUV 151.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 170 139 167 0 0.18 0.02 0.33 305.81 0.15 0.61
Hex AA 8B A7 0 12 2 21 132 F 3D
Octal 252 213 247 0 22 2 41 462 17 75
Binary 10101010 10001011 10100111 0 10010 10 100001 100110010 1111 111101

Color Harmonies of #AA8BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BA7

Black with #AA8BA7

Text Example


Text Example

White with #AA8BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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