#AAA2B9

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

Shades of Spun Pearl #AAA2B9

Tints of Spun Pearl #AAA2B9

Color information

#AAA2B9 (or 0xAAA2B9) is unknown color: approx Spun Pearl. HEX triplet: AA, A2 and B9. RGB value is (170,162,185). Sum of RGB (Red+Green+Blue) = 170+162+185=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAA2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2B9 is #555D46. Grayscale: #A6A6A6. Windows color (decimal): -5594439 or 12165802. OLE color: 12165802.

HSL color Cylindrical-coordinate representation of color #AAA2B9: hue angle of 260.87º 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 #AAA2B9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170162185-
CMYK0.080.1200.27
HSL260.87º14.11%68.04%-
HSV(B)260.87º12.43%72.55%-
XYZ38.2537.8951.2-
YUV167.01138.15130.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=32.88%
G=31.33%
B=35.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701621850.080.1200.27260.8714.1168.04
HexAAA2B98C01B105e44
Octal252242271101403340516104
Binary1010101010100010101110011000110001101110000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2B9; }

 p { color: rgb(170,162,185); }

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

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

 a { background-color: rgb(170,162,185); }

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

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

 span { border-color: rgb(170,162,185); }

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