Html Css Color HEX #A9A6BE Wistful

📋 copy color: '#A9A6BE'

red 169 ◦ green 166 ◦ blue 190

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

Shades of Wistful #A9A6BE

Tints of Wistful #A9A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.62%

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 32.19%
G = 31.62%
B = 36.19%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A9A6BE (or 0xA9A6BE) is known color: Wistful. HEX triplet: A9, A6 and BE. RGB value is (169,166,190). Sum of RGB (Red+Green+Blue) = 169+166+190=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6BE is #565941. Grayscale: #A9A9A9. Windows color (decimal): -5658946 or 12494505. OLE color: 12494505.

HSL color Cylindrical-coordinate representation of color #A9A6BE: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9A6BE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 166 190 -
CMYK 0.11 0.13 0 0.25
HSL 247.5º 0.16% 0.7% -
HSV(B) 247.5º 0.13% 0.75% -
XYZ 39.29 39.43 54.25 -
YUV 169.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 169 166 190 0.11 0.13 0 0.25 247.5 0.16 0.7
Hex A9 A6 BE B D 0 19 F8 10 46
Octal 251 246 276 13 15 0 31 370 20 106
Binary 10101001 10100110 10111110 1011 1101 0 11001 11111000 10000 1000110

Color Harmonies of #A9A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A6BE

Black with #A9A6BE

Text Example


Text Example

White with #A9A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A6BE; }

 p { color: rgb(169,166,190); }

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

background-color css

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

 a { background-color: rgb(169,166,190); }

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

border-color css

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

 span { border-color: rgb(169,166,190); }

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