Html Css Color HEX #A9A8BE Wistful

📋 copy color: '#A9A8BE'

red 169 ◦ green 168 ◦ blue 190

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

Shades of Wistful #A9A8BE

Tints of Wistful #A9A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.88%

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

R = 32.07%
G = 31.88%
B = 36.05%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A9A8BE (or 0xA9A8BE) is known color: Wistful. HEX triplet: A9, A8 and BE. RGB value is (169,168,190). Sum of RGB (Red+Green+Blue) = 169+168+190=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A8BE is #565741. Grayscale: #AAAAAA. Windows color (decimal): -5658434 or 12495017. OLE color: 12495017.

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

Color convert

RGB 169 168 190 -
CMYK 0.11 0.12 0 0.25
HSL 242.73º 0.14% 0.7% -
HSV(B) 242.73º 0.12% 0.75% -
XYZ 39.66 40.16 54.38 -
YUV 170.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 169 168 190 0.11 0.12 0 0.25 242.73 0.14 0.7
Hex A9 A8 BE B C 0 19 F3 E 46
Octal 251 250 276 13 14 0 31 363 16 106
Binary 10101001 10101000 10111110 1011 1100 0 11001 11110011 1110 1000110

Color Harmonies of #A9A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A8BE

Black with #A9A8BE

Text Example


Text Example

White with #A9A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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