#A9A4BA

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

Shades of Spun Pearl #A9A4BA

Tints of Spun Pearl #A9A4BA

Color information

#A9A4BA (or 0xA9A4BA) is unknown color: approx Spun Pearl. HEX triplet: A9, A4 and BA. RGB value is (169,164,186). Sum of RGB (Red+Green+Blue) = 169+164+186=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A4BA is #565B45. Grayscale: #A7A7A7. Windows color (decimal): -5659462 or 12231849. OLE color: 12231849.

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

Color convert

RGB169164186-
CMYK0.090.1200.27
HSL253.64º13.75%68.63%-
HSV(B)253.64º11.83%72.94%-
XYZ38.538.5351.86-
YUV168138.16128.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=32.56%
G=31.60%
B=35.84%

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
Decimal1691641860.090.1200.27253.6413.7568.63
HexA9A4BA9C01Bfee45
Octal251244272111403337616105
Binary101010011010010010111010100111000110111111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A4BA; }

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

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

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

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

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

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

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

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