Html Css Color HEX #AAA9C9 Wistful

📋 copy color: '#AAA9C9'

red 170 ◦ green 169 ◦ blue 201

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

Shades of Wistful #AAA9C9

Tints of Wistful #AAA9C9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.3%

 BLUE value IS 201 (78.91% from 255) = 37.22%

R = 31.48%
G = 31.3%
B = 37.22%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAA9C9 (or 0xAAA9C9) is known color: Wistful. HEX triplet: AA, A9 and C9. RGB value is (170,169,201). Sum of RGB (Red+Green+Blue) = 170+169+201=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAA9C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9C9 is #555636. Grayscale: #ACACAC. Windows color (decimal): -5592631 or 13216170. OLE color: 13216170.

HSL color Cylindrical-coordinate representation of color #AAA9C9: hue angle of 241.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA9C9 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 169 201 -
CMYK 0.15 0.16 0 0.21
HSL 241.88º 0.23% 0.73% -
HSV(B) 241.88º 0.16% 0.79% -
XYZ 41.31 41.14 61.02 -
YUV 172.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 170 169 201 0.15 0.16 0 0.21 241.88 0.23 0.73
Hex AA A9 C9 F 10 0 15 F2 17 49
Octal 252 251 311 17 20 0 25 362 27 111
Binary 10101010 10101001 11001001 1111 10000 0 10101 11110010 10111 1001001

Color Harmonies of #AAA9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA9C9

Black with #AAA9C9

Text Example


Text Example

White with #AAA9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA9C9; }

 p { color: rgb(170,169,201); }

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

background-color css

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

 a { background-color: rgb(170,169,201); }

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

border-color css

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

 span { border-color: rgb(170,169,201); }

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