#AAA3B9

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

Shades of Spun Pearl #AAA3B9

Tints of Spun Pearl #AAA3B9

Color information

#AAA3B9 (or 0xAAA3B9) is unknown color: approx Spun Pearl. HEX triplet: AA, A3 and B9. RGB value is (170,163,185). Sum of RGB (Red+Green+Blue) = 170+163+185=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAA3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3B9 is #555C46. Grayscale: #A7A7A7. Windows color (decimal): -5594183 or 12166058. OLE color: 12166058.

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

Color convert

RGB170163185-
CMYK0.080.1200.27
HSL259.09º13.58%68.24%-
HSV(B)259.09º11.89%72.55%-
XYZ38.4338.2451.26-
YUV167.6137.82129.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=32.82%
G=31.47%
B=35.71%

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
Decimal1701631850.080.1200.27259.0913.5868.24
HexAAA3B98C01B103e44
Octal252243271101403340316104
Binary1010101010100011101110011000110001101110000001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3B9; }

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

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

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

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

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

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

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

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