#A9A3BA

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

Shades of Spun Pearl #A9A3BA

Tints of Spun Pearl #A9A3BA

Color information

#A9A3BA (or 0xA9A3BA) is unknown color: approx Spun Pearl. HEX triplet: A9, A3 and BA. RGB value is (169,163,186). Sum of RGB (Red+Green+Blue) = 169+163+186=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A3BA is #565C45. Grayscale: #A7A7A7. Windows color (decimal): -5659718 or 12231593. OLE color: 12231593.

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

Color convert

RGB169163186-
CMYK0.090.1200.27
HSL255.65º14.29%68.43%-
HSV(B)255.65º12.37%72.94%-
XYZ38.3238.1751.8-
YUV167.42138.49129.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=32.63%
G=31.47%
B=35.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691631860.090.1200.27255.6514.2968.43
HexA9A3BA9C01B100e44
Octal251243272111403340016104
Binary1010100110100011101110101001110001101110000000011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A3BA; }

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

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

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

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

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

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

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

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