#A9A2BB

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

Shades of Spun Pearl #A9A2BB

Tints of Spun Pearl #A9A2BB

Color information

#A9A2BB (or 0xA9A2BB) is unknown color: approx Spun Pearl. HEX triplet: A9, A2 and BB. RGB value is (169,162,187). Sum of RGB (Red+Green+Blue) = 169+162+187=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9A2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A2BB is #565D44. Grayscale: #A6A6A6. Windows color (decimal): -5659973 or 12296873. OLE color: 12296873.

HSL color Cylindrical-coordinate representation of color #A9A2BB: hue angle of 256.8º degrees, saturation: 0.16, 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 #A9A2BB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169162187-
CMYK0.100.1300.27
HSL256.8º15.53%68.43%-
HSV(B)256.8º13.37%73.33%-
XYZ38.2537.8652.31-
YUV166.94139.32129.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=32.63%
G=31.27%
B=36.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691621870.100.1300.27256.815.5368.43
HexA9A2BBAD01B1011044
Octal251242273121503340120104
Binary10101001101000101011101110101101011011100000001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A2BB; }

 p { color: rgb(169,162,187); }

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

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

 a { background-color: rgb(169,162,187); }

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

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

 span { border-color: rgb(169,162,187); }

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