Html Css Color HEX #AAA9C6 Wistful

📋 copy color: '#AAA9C6'

red 170 ◦ green 169 ◦ blue 198

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

Shades of Wistful #AAA9C6

Tints of Wistful #AAA9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 31.66%
G = 31.47%
B = 36.87%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AAA9C6 (or 0xAAA9C6) is known color: Wistful. HEX triplet: AA, A9 and C6. RGB value is (170,169,198). Sum of RGB (Red+Green+Blue) = 170+169+198=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAA9C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9C6 is #555639. Grayscale: #ACACAC. Windows color (decimal): -5592634 or 13019562. OLE color: 13019562.

HSL color Cylindrical-coordinate representation of color #AAA9C6: hue angle of 242.07º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA9C6 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 169 198 -
CMYK 0.14 0.15 0 0.22
HSL 242.07º 0.2% 0.72% -
HSV(B) 242.07º 0.15% 0.78% -
XYZ 40.96 41 59.18 -
YUV 172.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 170 169 198 0.14 0.15 0 0.22 242.07 0.2 0.72
Hex AA A9 C6 E F 0 16 F2 14 48
Octal 252 251 306 16 17 0 26 362 24 110
Binary 10101010 10101001 11000110 1110 1111 0 10110 11110010 10100 1001000

Color Harmonies of #AAA9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA9C6

Black with #AAA9C6

Text Example


Text Example

White with #AAA9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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