Html Css Color HEX #A9AAC5 Wistful

📋 copy color: '#A9AAC5'

red 169 ◦ green 170 ◦ blue 197

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

Shades of Wistful #A9AAC5

Tints of Wistful #A9AAC5

RGB

 RED value IS 169 (66.41% from 255) = 31.53%

 GREEN value IS 170 (66.8% from 255) = 31.72%

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 31.53%
G = 31.72%
B = 36.75%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A9AAC5 (or 0xA9AAC5) is known color: Wistful. HEX triplet: A9, AA and C5. RGB value is (169,170,197). Sum of RGB (Red+Green+Blue) = 169+170+197=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9AAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AAC5 is #56553A. Grayscale: #ACACAC. Windows color (decimal): -5657915 or 12954281. OLE color: 12954281.

HSL color Cylindrical-coordinate representation of color #A9AAC5: hue angle of 237.86º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9AAC5 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 170 197 -
CMYK 0.14 0.14 0 0.23
HSL 237.86º 0.19% 0.72% -
HSV(B) 237.86º 0.14% 0.77% -
XYZ 40.81 41.22 58.63 -
YUV 172.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 169 170 197 0.14 0.14 0 0.23 237.86 0.19 0.72
Hex A9 AA C5 E E 0 17 EE 13 48
Octal 251 252 305 16 16 0 27 356 23 110
Binary 10101001 10101010 11000101 1110 1110 0 10111 11101110 10011 1001000

Color Harmonies of #A9AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AAC5

Black with #A9AAC5

Text Example


Text Example

White with #A9AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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