#A9A1BA

Color #A9A1BA Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A9A1BA

Tints of Spun Pearl #A9A1BA

Color information

#A9A1BA (or 0xA9A1BA) is unknown color: approx Spun Pearl. HEX triplet: A9, A1 and BA. RGB value is (169,161,186). Sum of RGB (Red+Green+Blue) = 169+161+186=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9A1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1BA is #565E45. Grayscale: #A6A6A6. Windows color (decimal): -5660230 or 12231081. OLE color: 12231081.

HSL color Cylindrical-coordinate representation of color #A9A1BA: hue angle of 259.2º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9A1BA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169161186-
CMYK0.090.1300.27
HSL259.2º15.34%68.04%-
HSV(B)259.2º13.44%72.94%-
XYZ37.9737.4751.69-
YUV166.24139.15129.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=32.75%
G=31.20%
B=36.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691611860.090.1300.27259.215.3468.04
HexA9A1BA9D01B103f44
Octal251241272111503340317104
Binary1010100110100001101110101001110101101110000001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1BA; }

 p { color: rgb(169,161,186); }

 H1.HeaderClassName
 {
   color: #A9A1BA;
 }
 .AnyTagClassName
 {
   color: #A9A1BA;
 }
</style>
background-color css

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

 a { background-color: rgb(169,161,186); }

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

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

 span { border-color: rgb(169,161,186); }

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