Html Css Color HEX #AA8CA7 London Hue

📋 copy color: '#AA8CA7'

red 170 ◦ green 140 ◦ blue 167

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

Shades of London Hue #AA8CA7

Tints of London Hue #AA8CA7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

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

R = 35.64%
G = 29.35%
B = 35.01%

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

#AA8CA7 (or 0xAA8CA7) is known color: London Hue. HEX triplet: AA, 8C and A7. RGB value is (170,140,167). Sum of RGB (Red+Green+Blue) = 170+140+167=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CA7 is #557358. Grayscale: #979797. Windows color (decimal): -5600089 or 10980522. OLE color: 10980522.

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

Color convert

RGB 170 140 167 -
CMYK 0 0.18 0.02 0.33
HSL 306º 0.15% 0.61% -
HSV(B) 306º 0.18% 0.67% -
XYZ 32.93 30.09 40.63 -
YUV 152.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 170 140 167 0 0.18 0.02 0.33 306 0.15 0.61
Hex AA 8C A7 0 12 2 21 132 F 3D
Octal 252 214 247 0 22 2 41 462 17 75
Binary 10101010 10001100 10100111 0 10010 10 100001 100110010 1111 111101

Color Harmonies of #AA8CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CA7

Black with #AA8CA7

Text Example


Text Example

White with #AA8CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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