Html Css Color HEX #AA9DA7 London Hue

📋 copy color: '#AA9DA7'

red 170 ◦ green 157 ◦ blue 167

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

Shades of London Hue #AA9DA7

Tints of London Hue #AA9DA7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.78%

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

R = 34.41%
G = 31.78%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA9DA7 (or 0xAA9DA7) is known color: London Hue. HEX triplet: AA, 9D and A7. RGB value is (170,157,167). Sum of RGB (Red+Green+Blue) = 170+157+167=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DA7 is #556258. Grayscale: #A2A2A2. Windows color (decimal): -5595737 or 10984874. OLE color: 10984874.

HSL color Cylindrical-coordinate representation of color #AA9DA7: hue angle of 313.85º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9DA7 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 157 167 -
CMYK 0 0.08 0.02 0.33
HSL 313.85º 0.07% 0.64% -
HSV(B) 313.85º 0.08% 0.67% -
XYZ 35.61 35.45 41.52 -
YUV 162.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 170 157 167 0 0.08 0.02 0.33 313.85 0.07 0.64
Hex AA 9D A7 0 8 2 21 13A 7 40
Octal 252 235 247 0 10 2 41 472 7 100
Binary 10101010 10011101 10100111 0 1000 10 100001 100111010 111 1000000

Color Harmonies of #AA9DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DA7

Black with #AA9DA7

Text Example


Text Example

White with #AA9DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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